| Extra protection of the administrator panel
|
To make your administrator panel more protected:
- Rename the admin.php file to something more complex:
- Rename the admin.php file located in the root directory of your EPS-Cart installation.
- Edit the config.php file (it is located in the same directory) by replacing the following line of the code:
$admin_index = 'admin.php';
with this one:
$admin_index = 'admin8765.php';
where admin8765.php is the new name given to the admin.php file.
- Save the file.
- Enable the Enable secure connection in administrator area setting on the Settings page in the panel of your EPS-Cart.
NOTE: Make sure your web server supports a secure connection before that.
- Related articles: Restrict an access to your panel using the Access restrictions addon.
|
Add to Favourites
Print this Article
|
Powered by WHMCompleteSolution |