How to only run SSL on a certain domain? I run my website on the domain, but when I run it on localhost it always runs SSL, I don't want SSL on localhost. I want use htaccess. Is there any way to combine <If "%{HTTP_HOST}=="mydomain"> with <IfModule mod_rewrite.c>?
↧