Hello guys and happy new year everyone! Please if anyone knows help me to change admin login url. I've tried to modify some files, but ш can't.
Thanks in advance.
Help to change admin login url
Re: Help to change admin login url
Hello,
ok, a quick and dirty solution, ./cmsimple/login.php, add two new lines after comment section on top:
Login now:
.../?&xyz
.../?xyz
.../?CMSimple_Page&xyz
The loginlink does not work anymore, but I guess you want to login by the address line of the browser anyway,
Gert
ok, a quick and dirty solution, ./cmsimple/login.php, add two new lines after comment section on top:
Code: Select all
...
END CMSimple COPYRIGHT INFORMATION
==================================================
*/
if(isset($_GET['login'])) $login = false;
if(isset($_GET['xyz'])) $login = true;
...
.../?&xyz
.../?xyz
.../?CMSimple_Page&xyz
The loginlink does not work anymore, but I guess you want to login by the address line of the browser anyway,
Gert
Re: Help to change admin login url
Thanks for the reply, everything works fine after editing.
I have removed the login link in the footer from the .htm file because i don't want it to be visible.
Thanks again for the service.
Keep up the good work.
I have removed the login link in the footer from the .htm file because i don't want it to be visible.
Thanks again for the service.
Keep up the good work.