[Zope] apache rewrite rules brake plone/zope

David Bear dwbear75 at gmail.com
Tue May 2 16:41:38 EDT 2006


I have the following rewrite rules for apache. The intent is all urls that
have http://myhost/z2 in them will be redirected/rewritten by apache to the
zope instance running on local host.

RewriteRule ^/z2/(.*)
http://127.0.0.1:9080/VirtualHostBase/http/%{HTTP_HOST}:80
/VirtualHostRoot/$1 [L,P]

RewriteRule ^/z2dav/(.*)
http://127.0.0.1:9081/VirtualHostBase/https/%{HTTP_HOST
}:443/VirtualHostRoot/$1 [L,P]

RewriteRule ^/login_form(.*) https://%{HTTP_HOST}/login_form$1 [NE,L]

There is something that I've left out becuase any attempts to view the plone
site through apache are 'messed up', ie the graphics, fonts, style sheets,
etc, are not included in the web page. Only some of the content in rendered
in the browser. However, when I open the url http://127.0.0.1:9080/ the zope
and plone site all works.

any hints on a rule I've left out?

--
David Bear
What's the difference between private knowledge and public knowledge?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20060502/b4c31192/attachment.htm


More information about the Zope mailing list