direct http to https on certain pages?
- by Elliott
Hi below is some code I added to my .htaccess code how can I add certain pages to be re-directed to https? such as login.php & login.html
also if the user types in www. they get a "untrusted connection" as the SSL is only valid without the www. how could I fix this?
Thanks
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI}…