Is there anyway to change the admin login URL to enhance security? For example instead of being site123.com/mm5/admin.mvc make it site123.com/mm5/adminXYZ52528.mvc
Announcement
Collapse
No announcement yet.
Change admin login URL
Collapse
X
-
You can add an http restriction on reaching admin.mvc, something like this in a .htaccess file in the mm5 directory:
Code:<Files admin.mvc> Order deny,allow Deny from all Allow from 192.0.2.1 </Files>
Last edited by ILoveHostasaurus; 06-07-16, 12:13 PM.
Comment
Comment