Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
If you want to hide the signs of Joomla, then this will not save. Better add .htpasswd.
and if for security reasons, I recommend jSecure Authentication. I use it myself
Create an .htaccess file and write in it
Order deny, allow
deny from all
Allow from (your IP address) if static IP
If dynamic, then
order deny, allow
deny from all
allow from 174.204.33.
allow from 175.205.
allow from 177.177.177.
You can register the entire subnet mask
Then, drop this file into the /administrator folder And that's it, only you will have access to the admin panel at this address.
Do not install plugins, they work crookedly and often block access not only to villains, but also to owners))
From the RS Firewall extensions, it will not only hide the admin panel, but also help in many other ways in terms of security.
The best jSecure Authentication solution.
You can make a path like site.ru/administrator/?admincenter , and they will not break, since when accessing the address /administrator/ there will be either a 404 error or a redirect to the main one, it is configured.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question