hamza Posted December 10, 2010 Share Posted December 10, 2010 wp-admin to admin rewrite i need ? my rules are #RewriteCond %{REQUEST_URI} wp-admin/ #RewriteCond %{QUERY_STRING} !admin #RewriteRule .*\.php [F,L] #RewriteCond %{QUERY_STRING} !admin #RewriteRule ^wp-login/(.*) wp-admin/$1?%{QUERY_STRING}&/admin [L] #RewriteRule ^wp-login/(.*) wp-admin/$1?^admin$ [L] its not working please help Quote Link to comment https://forums.phpfreaks.com/topic/221198-url-rewrite/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.