Skip to content

Instantly share code, notes, and snippets.

@geekdadley
Created September 18, 2013 17:14
Show Gist options
  • Select an option

  • Save geekdadley/6612390 to your computer and use it in GitHub Desktop.

Select an option

Save geekdadley/6612390 to your computer and use it in GitHub Desktop.
to redirect to another site with 301 response
RewriteEngine on
RewriteRule ^(.*)$ http://www.wangnan.me/$1 [R=301,L]
@geekdadley

Copy link
Copy Markdown
Author

[R=301, L] => [P], means silently redirecting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment