Created
November 27, 2015 04:56
-
-
Save imvaskii/2d6407f98b33b135f013 to your computer and use it in GitHub Desktop.
Wordpress wp-admin rewirte to custom slug
This file contains hidden or 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
| RewriteBase / | |
| RewriteCond %{THE_REQUEST} ^GET\ /wp-admin/ | |
| RewriteRule ^wp-admin/(.*)$ manage/$1 [R,L] | |
| RewriteRule ^manage(.*)$ wp-admin$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment