Skip to content

Instantly share code, notes, and snippets.

@KryptikOne
Created January 24, 2014 04:47
Show Gist options
  • Select an option

  • Save KryptikOne/8592223 to your computer and use it in GitHub Desktop.

Select an option

Save KryptikOne/8592223 to your computer and use it in GitHub Desktop.
301 Redirect
RewriteCond %{HTTP_HOST} ^www.example.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.org [NC]
RewriteRule ^(.*)$ http://www.example.net/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment