HTTPS to HTTP redirect

Redirect your Homepage from HTTPS to HTTP

1
2
3
#Redirect your Homepage from HTTPS to HTTP
RewriteCond %{HTTPS} on
RewriteRule ^$ http://%{HTTP_HOST} [L,R]