Skip to content

Instantly share code, notes, and snippets.

@sewmyheadon
Created August 9, 2013 20:04
Show Gist options
  • Save sewmyheadon/6196739 to your computer and use it in GitHub Desktop.
Save sewmyheadon/6196739 to your computer and use it in GitHub Desktop.
Redirect all pages from one domain to their counterpart on a new domain via .htaccess
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment