Home › Forums › WordPress Plugins › Hide My WP › Wp-admin folder
- This topic has 62 replies, 2 voices, and was last updated 8 years, 12 months ago by Suman M..
-
AuthorPosts
-
September 23, 2015 at 11:10 pm #4721dej8Post count: 65
Hello!
Cool plugin, I find it very useful for my site 🙂 thank you!
Questions or you:
1. I just set up everything to run on medium more compatibility. Some plugins still show name and the wp-admin folder still shows and was not changed (all others were)
Can you please assist why this would still be showing these ones?
2. If running on medium more compatibility, and you are not changing the New wp-admin Path*, what line of code should I place in my htaccess file?
When I set this up manually, I first changed the New wp-admin Path*, but had the error of not hiding the mydomain.com/wp-admin login area. As soon as I followed your instructions it gave to 404 page!
Please confirm what line of code I should place in my htaccess file, if need be!
Thank you!
September 24, 2015 at 4:57 am #4725Suman M.Post count: 12478Hi, for renaming plugins, please set “rename plugins” options to “all plugins” in HMWP permalinks & urls tab.
To change/rename wp-admin path, you have to enter the replacemnet name in “New wp-admin Path” option; and then you have to very carefully follow onscreen instructions. Basically, you’ll need to do these:
– in wp-config.php you need to add following line before require_once(…):
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_NAME”);– update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]September 24, 2015 at 12:01 pm #4749dej8Post count: 65Helloo!
I did this, and all folders changed except for the wp-admin/css folder. I see this when I use chrome and go to inspect element – sources.
I originally changed- define(“ADMIN_COOKIE_PATH”, “/panel”); , RewriteRule ^panel/(.*) /wp-admin/$1 [QSA,L], for my hta and wpconfig folder. However still showing.
I also had the issue of not being able to delete users from the wpadmin folder and no 404 pages were showing when I went to mydomain.com/wp-admin, it was just taking me directing to my new login page.
Suggestions?
September 24, 2015 at 12:02 pm #4750dej8Post count: 65*note, I changed to wp-admin folder to show panel
September 25, 2015 at 4:00 am #4759Suman M.Post count: 12478This reply has been marked as private.September 25, 2015 at 12:00 pm #4770dej8Post count: 65This reply has been marked as private.September 25, 2015 at 9:36 pm #4771dej8Post count: 65This reply has been marked as private.September 27, 2015 at 4:47 am #4777Suman M.Post count: 12478I activated HMWP and applied “medium privacy more compatibility” settings and it seems to be working fine. Now, direct access to http://www.helloclean.ca/wp-login.php and http://www.helloclean.ca/wp-admin/ is not allowed; you can access it via http://www.helloclean.ca/wp-login.php?hide_my_wp=1234
(“hide_my_wp=1234” is a default security key and you can change from HMWP general; settings tab)Now, do you also want to change wp-admin path name? We recommend you to change this only if required as it requires manual change in wp-config.php; and also access to default login URLs is now blocked. Let us know.
September 27, 2015 at 1:51 pm #4784dej8Post count: 65This reply has been marked as private.September 27, 2015 at 8:56 pm #4792Suman M.Post count: 12478This reply has been marked as private.September 27, 2015 at 11:57 pm #4796dej8Post count: 65This reply has been marked as private.September 28, 2015 at 12:19 am #4797dej8Post count: 65This reply has been marked as private.September 28, 2015 at 8:33 pm #4808Suman M.Post count: 12478I’ve assigned this ticket to Sr. support to have further look into it. He shall get back to you soon.
September 28, 2015 at 8:41 pm #4810dej8Post count: 65Thank you
November 12, 2015 at 12:13 am #5753dej8Post count: 65This reply has been marked as private. -
AuthorPosts
You must be logged in to reply to this topic.