Skip to content

Instantly share code, notes, and snippets.

@aerouk
Created August 5, 2015 19:21
Show Gist options
  • Save aerouk/7571f7e0dc4e0e7883d4 to your computer and use it in GitHub Desktop.
Save aerouk/7571f7e0dc4e0e7883d4 to your computer and use it in GitHub Desktop.
Rewrite to www
RewriteEngine On
RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{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