Skip to content

Instantly share code, notes, and snippets.

@peterkraume
Last active December 18, 2015 22:59
Show Gist options
  • Save peterkraume/5858062 to your computer and use it in GitHub Desktop.
Save peterkraume/5858062 to your computer and use it in GitHub Desktop.
Prefix hostname with www.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.DOMAIN\.TLD$
RewriteRule ^(.*)$ http://www.DOMAIN.TLD/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment