Skip to content

Instantly share code, notes, and snippets.

@ericvanjohnson
Created May 16, 2012 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericvanjohnson/2714758 to your computer and use it in GitHub Desktop.
Save ericvanjohnson/2714758 to your computer and use it in GitHub Desktop.
.htaccess 301 Redirect
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule (.*) http://newurl.com/$1 [R=301,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment