[Zope] apache rewrite blues.

Dieter Maurer dieter at handshake.de
Sun Mar 20 16:24:35 EST 2005


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/VirtualHostRoot/$1
>[L,P]
>RewriteRule ^(.*)$
>http://www.thoracicavity.com:8085/VirtualHostBase/http/www.thoracicavity.com:80/wombie/VirtualHostRoot$1
>[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


More information about the Zope mailing list