Skip to content

Instantly share code, notes, and snippets.

@accrane
Created August 18, 2017 16:56
Embed
What would you like to do?
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment