Skip to content

Instantly share code, notes, and snippets.

@dalethedeveloper
Created May 15, 2014 19:21
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 dalethedeveloper/94a96e3eec6de5c28c92 to your computer and use it in GitHub Desktop.
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
# 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