Affiliate Software Documentation
Securing Your Affiliate Admin Area
You can rename the admin area to protect you from outsiders trying to login. To do that, follow these steps:- Rename the folder in system/application/controllers/admin to another name, like admin2
- Open up the system/application/config/routes.php file and change this:
define('ADMIN_ROUTE', 'admin');
to:
define('ADMIN_ROUTE', 'admin2'); - Save the file.