Skip to content

Instantly share code, notes, and snippets.

@dharma017
Created August 22, 2013 03:32
Show Gist options
  • Save dharma017/6302923 to your computer and use it in GitHub Desktop.
Save dharma017/6302923 to your computer and use it in GitHub Desktop.
how-to-use-htaccess-to-flip-from-https-to-http
RewriteCond %{HTTPS} on
RewriteCond %{REQUEST_URI} !^(/checkout)
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment