Hi Neil, Thanks - I tried that, and I get a 404 from it. I had:
RewriteEngine On RewriteRule ^/zope$ /zope/ [R] At the start of the set of rules I posted (before the '<Location /zope/>' statement). Am I not understanding? Do I need to wrap it with something? Thanks David | -----Original Message----- | From: Neil A. Hillard [mailto:[EMAIL PROTECTED] | Sent: Tuesday, August 30, 2005 12:59 PM | To: [email protected] | Subject: Re: [EMAIL PROTECTED] Apache2 & ProxyPass | | Hi, | | > Is there a workaround for this? I prefer the first | Location statement | > (to | > /zope/) but I can't find out how to get the "/zope" | locations to work. | > I've tried several sets of rules for rewriting "/zope" to "/zope/", | > and they were all either rejected as syntax errors, or just | didn't work. Help. | | You could try redirecting the client to the correct location | (it works for me but never tried it with zope): | | RewriteRule ^/zope$ /zope/ [R] | | | HTH, | | | Neil. | | -- | Neil Hillard [EMAIL PROTECTED] | Westland Helicopters Ltd. http://www.whl.co.uk/ | | Disclaimer: This message does not necessarily reflect the | views of Westland Helicopters Ltd. | | --------------------------------------------------------------------- | The official User-To-User support forum of the Apache HTTP | Server Project. | See <URL:http://httpd.apache.org/userslist.html> for more info. | To unsubscribe, e-mail: [EMAIL PROTECTED] | " from the digest: [EMAIL PROTECTED] | For additional commands, e-mail: [EMAIL PROTECTED] | | | --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
