Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created May 28, 2015 08:15
Show Gist options
  • Save thierrypigot/1f35e8dfc453c6c9d051 to your computer and use it in GitHub Desktop.
Save thierrypigot/1f35e8dfc453c6c9d051 to your computer and use it in GitHub Desktop.
.htaccess : Redirection d’un site vers https
Options +Followsymlinks
RewriteEngine On
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [L,R]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment