I'm trying to hide access by wp-admin. There are several plugins that I am testing but I have a rare situation, maybe one can help me.
I tried Rename wp-admin.php and WPS hide login, when changing by a keyword, the wp-admin is disabled, and that's all right there. I enter the new URL (example.com/nuevaulr) but redirects me to / wp-admin telling me "This is disabled" (wps hide login) and "First you must be logged in" (Rename wp-admin.php).
When I try to access by incognito session, there is no problem, login to admin perfectly. I have installed W3 total cache, set the urls so that it does not cache and even disable the cache plugin and it does not work either. Also delete the browser coockies.
Another option I have left to try is to limit the access by .htaccess but at the moment I do not have access to FTP or hosting. But I still consult that: This code goes before?
< "Files wp-login.php > Order deny allow Deny from All Allow from xxx.xxx.xxx.xxx < "/ Files >
The other query is, where is the "xxx.xxx.xxx.xxx" is the number of ips that would have access to the admin; The ips are not dynamic and change constantly? I know this question is quite ignorant, but not all of us ignore the same thing :)
It makes me some noise block by ip, maybe there is another type of block more optimal. Do you know of a better way to take this process forward? Experience or recommendations?