Skip to content

Instantly share code, notes, and snippets.

@gemmadlou
Forked from tott/gist:7767218
Created January 11, 2019 18:36
Show Gist options
  • Save gemmadlou/d36f1eefa98a1807c4625faa08de8554 to your computer and use it in GitHub Desktop.
Save gemmadlou/d36f1eefa98a1807c4625faa08de8554 to your computer and use it in GitHub Desktop.
.htaccess rule to force www and preserving the protocol http/https
# Force www
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{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