Skip to content

Instantly share code, notes, and snippets.

@daronspence
Created August 2, 2016 01:59
Embed
What would you like to do?
Same HTTPS .htaccess Redirect
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://yourdomain.com/$1 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment