Skip to content

Instantly share code, notes, and snippets.

@verteb
Created June 18, 2013 18:48
Show Gist options
  • Save verteb/5808131 to your computer and use it in GitHub Desktop.
Save verteb/5808131 to your computer and use it in GitHub Desktop.
Forcer HTTPS
#Forcer https
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://quebecboattour.com/$1 [R,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment