PDA

View Full Version : Moving admin page


Big Island
12-06-2007, 05:59 AM
We would like to move admin page to another directory to prevent hackers from being able to access and try to crack the login.

Is there an easy way to accomplish this without breaking anything?

shketuljko
12-06-2007, 09:18 AM
It is possible in version 4.0.2
You need to rename admin directory and rename line VIVVO_FS_ADMIN_DIR located in VIVVO_ROOT/conf.php file.

Example:
Directory name: admin1
Constant: define('VIVVO_FS_ADMIN_DIR', 'admin1/');

Big Island
12-06-2007, 09:35 AM
Thanks. Is this a good idea, or are we better served by using htpasswd and htaccess to protect the admin section?

shketuljko
12-06-2007, 10:12 AM
Yes, you can use htpasswd and htaccess to protect the admin section.