the more I try to get this to work, the less I understand. Sorry to bug these groups again, but I still need a little help.<br>
<br>
I would like my zope content (and plone) available to both http adn
https urls. I went to betabug/zope/witch and was able to generate the
following rule sets.<br>
<br>
# see <a href="http://betabug.ch/zope/witch">http://betabug.ch/zope/witch</a><br>
RewriteRule ^/z2$ <a href="http://127.0.0.1:9080/VirtualHostBase/\">http://127.0.0.1:9080/VirtualHostBase/\</a><br>
https/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P]<br>
<br>
RewriteRule ^/z2/(.*) <a href="http://127.0.0.1:9080/VirtualHostBase/\">http://127.0.0.1:9080/VirtualHostBase/\</a><br>
https/%{SERVER_NAME}:80/VirtualHostRoot/_vh_z2/$1 [L,P]<br>
<br>
RewriteRule ^/z2$ <a href="http://127.0.0.1:9080/VirtualHostBase/\">http://127.0.0.1:9080/VirtualHostBase/\</a><br>
http/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P]<br>
<br>
RewriteRule ^/z2/(.*) <a href="http://127.0.0.1:9080/VirtualHostBase/\">http://127.0.0.1:9080/VirtualHostBase/\</a><br>
http/%{SERVER_NAME}:80/VirtualHostRoot/_vh_z2/$1 [L,P]<br>
<br>
The rules listed above only work to serve content from
<a href="http://servername/z2">http://servername/z2</a> .. They refuse to work for <a href="https://servername/z2">https://servername/z2</a>
(that generates a&nbsp; not found error)<br>
<br>
Any other advice on make both urls work?<br>
<br>
I also found the following rule from scanning through zope-list
postings, to force any logon authentication requests to go over https.
However, since the above rules fail, the following does nothing.<br>
<br>
RewriteRule ^/login_form(.*) https://%{SERVER_NAME}/login_form$1 [NE,L]<br>
<br clear="all"><br>-- <br>David Bear<br>What's the difference between private knowledge and public knowledge?<br>