htaccess question for wp-admin folder
-
Can I use this in htaccess file to change wp-admin folder to another name?
RewriteRule ^newfoldername/(.+) /websitename/wp-admin/$1 [L,QSA]
Basically taking wp-admin folder and naming it newfoldername… would there be any side effects like losing edit links or what not?
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘htaccess question for wp-admin folder’ is closed to new replies.