20 Mar
2005
20 Mar
'05
9:24 p.m.
Wombie Tomek wrote at 2005-3-19 11:16 -0600:
i have an apache rewrite that looks like this:
RewriteEngine On # RewriteRule ^/(.*) http://127.0.0.1:8085/VirtualHostBase/http/www.thoracicavity.com:80/wombie/V... [L,P] RewriteRule ^(.*)$ http://www.thoracicavity.com:8085/VirtualHostBase/http/www.thoracicavity.com... [P,L]
the former one didn't work any better than the one i'm currenly using. for whatever reason any sort of querystring i try to pass fails, and zope gives me a server request failure. Searches, Zphotos, anything using a querystring is broken... but everything else is perfect.
Your rewrite rules look correct. And rewrite rules rarely break query strings in general. You problem probably comes from somewhere else. -- Dieter