Skip to content

Instantly share code, notes, and snippets.

@rqreyes
Created May 11, 2016 17:13
Show Gist options
  • Save rqreyes/bc0e0077dc7531a8760434185bf7c284 to your computer and use it in GitHub Desktop.
Save rqreyes/bc0e0077dc7531a8760434185bf7c284 to your computer and use it in GitHub Desktop.
redirecting from https to http
RewriteCond %{HTTPS} =on
RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment