I have the following rewrite rules for apache. The intent is all urls
that have <a href="http://myhost/z2">http://myhost/z2</a> in them will be redirected/rewritten by
apache to the zope instance running on local host.<br>
<br>
RewriteRule ^/z2/(.*) <a href="http://127.0.0.1:9080/VirtualHostBase/http/%{HTTP_HOST}:80">http://127.0.0.1:9080/VirtualHostBase/http/%{HTTP_HOST}:80</a><br>
/VirtualHostRoot/$1 [L,P]<br>
<br>
RewriteRule ^/z2dav/(.*) <a href="http://127.0.0.1:9081/VirtualHostBase/https/%{HTTP_HOST">http://127.0.0.1:9081/VirtualHostBase/https/%{HTTP_HOST</a><br>
}:443/VirtualHostRoot/$1 [L,P]<br>
<br>
RewriteRule ^/login_form(.*) https://%{HTTP_HOST}/login_form$1 [NE,L]<br>
<br clear="all">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 <a href="http://127.0.0.1:9080/">http://127.0.0.1:9080/</a> the zope and plone site all works.<br>
<br>
any hints on a rule I've left out?<br>
<br>-- <br>David Bear<br>What's the difference between private knowledge and public knowledge?<br>