Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created October 30, 2012 23:31
Show Gist options
  • Save NapoleonWils0n/3983799 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/3983799 to your computer and use it in GitHub Desktop.
apache: rewrite no www
RewriteEngine On
RewriteCond %{HTTP_HOST} ^your-site.com [NC]
RewriteRule ^(.*)$ http://www.your-site.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment