<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=591132816-17052006>Hi 
All,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=591132816-17052006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=591132816-17052006>I have 2 issues when 
using OpenCMS (Dynamic site) on port 443 (SSL)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=591132816-17052006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=591132816-17052006>1) The site runs 
slowly when accessing the published site via "https"</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=591132816-17052006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=591132816-17052006>2) When use the 
following rule in Apache, the site gets redirected to the secure part when a 
user tries to access the shop URL and switches back to the non-secure site when 
accessing any other URL. But the lock on IE appears and disappears and the page 
properties shows the page being secure.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2># the request was via https<BR>RewriteCond %{HTTPS} 
^on$<BR>RewriteRule !^/corporate/shop/ - [C]<BR>RewriteRule ^/(.*) <A 
href="http://%{SERVER_NAME}/$1">http://%{SERVER_NAME}/$1</A> 
[R=301,L]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>RewriteCond %{HTTPS} !=on$<BR>RewriteRule 
^/corporate/shop/?(.*) </FONT><A 
href="https://%{SERVER_NAME}/corporate/shop/$1"><FONT face=Arial 
size=2>https://%{SERVER_NAME}/corporate/shop/$1</FONT></A><FONT face=Arial 
size=2> [R<SPAN class=591132816-17052006>=301</SPAN>,L]<BR></FONT></DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial 
size=2></FONT></SPAN></FONT> </DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial size=2>Basically 
because the site runs slow via SSL, I want to SSL to be turned off when using 
the other parts of the site other than the shop 
section.</FONT></SPAN></FONT></DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial 
size=2></FONT></SPAN></FONT> </DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial size=2>Any 
ideas?</FONT></SPAN></FONT></DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial 
size=2></FONT></SPAN></FONT> </DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial 
size=2>Regards,</FONT></SPAN></FONT></DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial 
size=2></FONT></SPAN></FONT> </DIV>
<DIV><FONT><SPAN class=591132816-17052006><FONT face=Arial 
size=2>Oliver</FONT></SPAN></DIV></FONT></BODY></HTML>