[EMAIL PROTECTED] LocationMatch and RewriteRule

2005-09-03 Thread David Hodgson
I think I may have missed something, so can I ask if someone can explain where I've gone wrong. I have the lines: RewriteLog /var/log/apache2/rewrite.log RewriteLogLevel 3 LocationMatch ^/zope$ RewriteEngine On RewriteRule ^/zope$ http://SERVER.NETWORK/zope/ [R] /LocationMatch To try

Re: [EMAIL PROTECTED] LocationMatch and RewriteRule

2005-09-03 Thread Joshua Slive
On 9/3/05, David Hodgson [EMAIL PROTECTED] wrote: I have the lines: RewriteLog /var/log/apache2/rewrite.log RewriteLogLevel 3 LocationMatch ^/zope$ RewriteEngine On RewriteRule ^/zope$ http://SERVER.NETWORK/zope/ [R] /LocationMatch There is no reason for this to be inside a