![]() |
|
|
|
|
|||||||
| Programming / Design Jobs Are you hunting for a programmer or need some programming help? Post here, and someone will get in touch with you. And, if you're looking for a programming gig, please make that request here too! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How is possible to change the default administrator path in my Joomla hosting? At the moment I log into my administration page with this link:
Code:
http://www.mydomain.com/administrator |
|
#2
|
|||
|
|||
|
Use File Manager from cPanel to edit defines.php file. The file is located in
Code:
public_html/includes/ Code:
define( 'JPATH_ADMINISTRATOR', JPATH_ROOT.DS.'administrator' ); |
|
#3
|
|||
|
|||
|
My favourite way to make some secure URL is to use the opportunity of cPanel for Password Protect Directories. Set up a title name there and then protect the Joomla administrator directory with username and password. The cPanel hosting customers always have at least one advantage over the other.
|
![]() |
| Tags |
| administrator, changing, default, hosting, joomla, path |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|