Skip to content

Instantly share code, notes, and snippets.

@founddrama
Created February 2, 2016 01:39
Show Gist options
  • Save founddrama/1d5eb30f9719a27f1848 to your computer and use it in GitHub Desktop.
Save founddrama/1d5eb30f9719a27f1848 to your computer and use it in GitHub Desktop.
.htaccess snippet for blog post
RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment