Skip to content

Instantly share code, notes, and snippets.

@pradeepdotco
Created December 2, 2015 18:01
Show Gist options
  • Save pradeepdotco/1656e27e1c91649a92ca to your computer and use it in GitHub Desktop.
Save pradeepdotco/1656e27e1c91649a92ca to your computer and use it in GitHub Desktop.
htaccess code to 301 redirect to new domain
# BEGIN WordPress
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.oldwordpress.com RewriteRule (.*)
http://www.newwordpress.com/$1 [R=301,L]
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment