Created
May 11, 2016 17:13
-
-
Save rqreyes/bc0e0077dc7531a8760434185bf7c284 to your computer and use it in GitHub Desktop.
redirecting from https to http
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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