Setup:<br>I have a fc4 install that i do named virtual hosting with. I have my ssl domain running on a different ip and in that directory i have links that point back to the virtual host directory.<br>eg. <a href="http://www.virtual1.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.virtual1.com</a> == <a href="https://ssl.mydomain.com/virtual1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://ssl.mydomain.com/virtual1</a><br><br><br>Problem:<br>.htaccess works fine on non ssl domains but when i change to https .htaccess is ignored.
<br><br>More specifically i have password protected directories that are not password protected when using https<br><br>
Help:<br>
Does anyone know how to configure mod_ssl to recognise .htaccess or what might be wrong?<br><br><br>thx<br>-chris<br>