D
D
Dmitry2016-04-11 16:09:35
PHP
Dmitry, 2016-04-11 16:09:35

How can I change the address of the joomla 3 admin panel?

you need to remove site.ru/administratro
and make site.ru/fjsdkfjsdjfds something like
that. Plugins only offer a solution via administrator/fdhsjfdhsf like that.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Sanes, 2016-04-11
@Sanes

If you want to hide the signs of Joomla, then this will not save. Better add .htpasswd.

A
Alexander, 2016-04-11
@Ky6uk-Hy6uk

and if for security reasons, I recommend jSecure Authentication. I use it myself

L
Lordboy, 2016-06-25
@Lordboy

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.

X
xmoonlight, 2016-04-11
@xmoonlight

extensions.joomla.org/extension/adminexile

V
Viktor Taran, 2016-04-12
@shambler81

this is not done via .htaccess

S
Sergey Goryachev, 2016-04-13
@webirus

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 question

Ask a Question

731 491 924 answers to any question