Created
May 15, 2014 19:21
-
-
Save dalethedeveloper/94a96e3eec6de5c28c92 to your computer and use it in GitHub Desktop.
WordPress .htacces redirect to shift to new domain but allow wp-admin access
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Drop at the end of your base .htaccess or virtualhost, hooray for negative lookaheads | |
RedirectMatch ^\/(?!wp\-admin)(.*)$ http://newdomain.com/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment