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:hillardn@xxxxxxxxx] | Sent: Tuesday, August 30, 2005 12:59 PM | To: users@xxxxxxxxxxxxxxxx | Subject: Re: [users@httpd] 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 hillardn@xxxxxxxxx | 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: users-unsubscribe@xxxxxxxxxxxxxxxx | " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx | For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx | | | --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx