Fizoloff
Fizoloff

Reputation: 11

Joomla 3 Changing admin page path

Is this possible to change path to admin page in Joomla 3? The standard is domain.xxx/administrator but I would like to have something like domain.xxx/backoffice.

Upvotes: 0

Views: 87

Answers (2)

Ass
Ass

Reputation: 55

As the other guy told, it can be done but it's not recommended cause of updates.

Another security method which doesn't need any plugin is protecting by .htaccess
( https://www.addedbytes.com/blog/code/password-protect-a-directory-with-htaccess/ )

Upvotes: 0

Jose Luis Algara
Jose Luis Algara

Reputation: 175

It can be done, but it is not recommended. You will have many problems to make updates, etc.

For security propuse, I use the plugin Admin Exile, which requires adding a value after the url and if not present, jump directly to the homepage of the site.

Admin Exile

Upvotes: 1

Related Questions