Skip to content

Instantly share code, notes, and snippets.

@hellotunmbi
Created September 9, 2021 11:38
Show Gist options
  • Save hellotunmbi/f1a59edc4139510aec78c9621fea26ef to your computer and use it in GitHub Desktop.
Save hellotunmbi/f1a59edc4139510aec78c9621fea26ef to your computer and use it in GitHub Desktop.
# activate URL rewriting
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment