Re: [EMAIL PROTECTED] Apache Rewrite Rule for root directory

2007-04-16 Thread DBAS
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 >>

Re: [EMAIL PROTECTED] Apache Rewrite Rule for root directory

2007-04-15 Thread DBAS
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

[EMAIL PROTECTED] Apache Rewrite Rule for root directory

2007-04-13 Thread DBAS
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