I want to force https on a directory on the webserver (don't want username/passwords in clear text etc) and I have added this to my vhost setting for my ssl enabled vhost:
<Directory /home/httpd/sites/www.mysite.com/secure> SSLRequireSSL </Directory> Restarting Apache and I get a 403 Access Denied when surfing to www.mysite.com/secure. Is it possible to just skip that "phase (showing a 403)" and automatically switch to a https adress and (re)open the page(s). How? RewriteEngine? /Christopher _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
