Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Created November 26, 2012 23:15
Show Gist options
  • Select an option

  • Save plasticbrain/4151298 to your computer and use it in GitHub Desktop.

Select an option

Save plasticbrain/4151298 to your computer and use it in GitHub Desktop.
HTACCESS: Force www
### Force www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule (.*) http://www.%{SERVER_NAME}%{REQUEST_URI} [R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment