.htaccess redirect https to http not working
- by Ira Rainey
I am trying to catch any https traffic to the front of my site so:
https://www.domain.com
is redirected to:
http://www.domain.com
However other subdomains need to be redirected elsewhere. For the most part this is all working, apart from the https - http redirection. Here's my .htaccess file at the moment:
RewriteEngine On
RewriteCond…