Support » Fixing WordPress » Rewrite index homepage to http:// if someone goes to https://

Viewing 1 replies (of 1 total)
  • This should probably work:

    RewriteEngine On
    RewriteCond %{HTTPS} on
    RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}

Viewing 1 replies (of 1 total)
  • The topic ‘Rewrite index homepage to http:// if someone goes to https://’ is closed to new replies.