Change the admin directory - security
Posted: Fri Nov 20, 2015 5:22 pm
Had a surprise yesterday - someone accessed the login page of *cough* another CMS *cough* 10000 times:
(They didn't get in).
A great reminder that we should change the location of the admin directory for every CMSMS site. It's dead easy and means that people won't even be able to find the login page.
Just change the name of the admin directory and add this line to your config.php:
Simple! 
(They didn't get in).
A great reminder that we should change the location of the admin directory for every CMSMS site. It's dead easy and means that people won't even be able to find the login page.
Just change the name of the admin directory and add this line to your config.php:
Code: Select all
$config['admin_dir'] = 'NewAdminDirectory';