Skip to content

Instantly share code, notes, and snippets.

@yassine-khachlek
Created October 10, 2018 17:28
Show Gist options
  • Save yassine-khachlek/f4a759ba4b187b1c80ba713427ba44fc to your computer and use it in GitHub Desktop.
Save yassine-khachlek/f4a759ba4b187b1c80ba713427ba44fc to your computer and use it in GitHub Desktop.
.htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [L,R=301]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment