Skip to content

Instantly share code, notes, and snippets.

@slywalker
Created August 24, 2009 03:27
Show Gist options
  • Save slywalker/173640 to your computer and use it in GitHub Desktop.
Save slywalker/173640 to your computer and use it in GitHub Desktop.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.hoge\.com
RewriteRule ^(.*)$ http://hoge.com$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment