Skip to content

Instantly share code, notes, and snippets.

@joshuaadrian
Last active December 25, 2015 19:19
Show Gist options
  • Save joshuaadrian/7026886 to your computer and use it in GitHub Desktop.
Save joshuaadrian/7026886 to your computer and use it in GitHub Desktop.
RewriteBase /
RewriteCond %{HTTP_HOST} !oldexample.com$ [NC]
RewriteRule ^(.*)$ http://newexample.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment