t true.
>
> Alice
>
> Le 16 avr. 07, à 07:08, DBAS a écrit :
>
>>
>> Hi Adrian
>>
>> Thankyou for your response. Unfortunately both domains are Virtual
>> hosts on
>> the one machine so of course we have http://www.abc.com.au/test/ with
>>
er.
>
> RewriteEngine On
> RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^www.xyz.com.au/(.*)
> RewriteRule .* http://www.abc.com.au/test/%1 [P]
>
> Adrian
>
> DBAS wrote:
>
>>We want to use URL www.xyz.com.au to access internet pages developed under
>>server www.ab
We want to use URL www.xyz.com.au to access internet pages developed under
server www.abc.com.au/test eg www.abc.com.au/test/page1,
www.abc.com.au/test/page2 and www.abc.com.au/test/graphics/banner.jpg etc...
as www.xyz.com.au/page1, www.xyz.com.au/page2 and
www.xyz.com.au/graphics/banner.jpg.
Th