[EMAIL PROTECTED] Re: How to SSL protect certain directories

2006-04-16 Thread Joost de Heer
Romeo Theriault wrote: Joost, I've tried you option, RewriteCond %{REQUEST_URI} !^/secure_dir(.*) RewriteCond %{HTTPS} on RewriteRule /^(.*) http://my.site/$1 but still get no change in behaviour. It won't go back to http once it's gone to https:. Change the RewriteRule to RewriteRule

[EMAIL PROTECTED] Re: How to SSL protect certain directories

2006-04-14 Thread Joost de Heer
Romeo Theriault wrote: I have an apache website that I need some directories protected by ssl. So I got the certificate etc... Now I have two virtual hosts, one that is the unsecure and one that is the secure. There are only a few directories that I need secured by ssl. for example:

[EMAIL PROTECTED] Re: How to SSL protect certain directories

2006-04-14 Thread Romeo Theriault
Joost, I've tried you option, RewriteCond %{REQUEST_URI} !^/secure_dir(.*) RewriteCond %{HTTPS} on RewriteRule /^(.*) http://my.site/$1 but still get no change in behaviour. It won't go back to http once it's gone to https:. Is there any additional information that I can provide to you to