Hi,

I want to force only https to certain directories,
so following the example in Chapter 5 [last example],
<Directory /usr/local/apache/htdocs/secure>
RewriteEngine on
RewriteCond  %{HTTPS} !=on
RewriteRule  .* - [forbidden]
</Directory>

still allows both http and https.

Any ideas on what I have stuffed up ?
thanks
james

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to