Skip to content

Instantly share code, notes, and snippets.

@evansolomon
Created August 5, 2012 22:30
Show Gist options
  • Save evansolomon/3267516 to your computer and use it in GitHub Desktop.
Save evansolomon/3267516 to your computer and use it in GitHub Desktop.
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ http://%{HTTP_HOST}/wp-admin/ [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment