Re: [us...@httpd] Re: Rewrite altering path

2010-09-30 Thread Rainer Jung
On 30.09.2010 15:41, Ben Short wrote: Fixed. I needed to add the PT flag to the redirect. For further reference: this topic is somehow explained at http://tomcat.apache.org/connectors-doc/generic_howto/proxy.html Regards, Rainer On 30 September 2010 14:06, Ben Short wrote: Hi, So far I

[us...@httpd] Re: Rewrite altering path

2010-09-30 Thread Ben Short
Fixed. I needed to add the PT flag to the redirect. On 30 September 2010 14:06, Ben Short wrote: > Hi, > > So far I have the following configuration in a vhost > > > > ServerAdmin ben.sh...@nexusalpha.com > DocumentRoot "/usr/local/apache2/docs/www.mydomain.co.uk/" > ServerName www.mydomain.co.u

[us...@httpd] Re: Rewrite altering path

2010-09-30 Thread Ben Short
Hi, So far I have the following configuration in a vhost ServerAdmin ben.sh...@nexusalpha.com DocumentRoot "/usr/local/apache2/docs/www.mydomain.co.uk/" ServerName www.mydomain.co.uk RewriteEngine On RewriteLog "logs/rewrite.log" RewriteLogLevel 3 RewriteRule ^(.*)$ /path$1 [L,NC] Option