Help to change admin login url

Andere Lösungen
Post Reply
loukas25
Posts: 3
Joined: Sun 5. Jan 2025, 17:58

Help to change admin login url

Post by loukas25 »

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.
Gert
Posts: 2171
Joined: Sun 18. Nov 2012, 14:18

Re: Help to change admin login url

Post by Gert »

Hello,

sorry, but I do not understand what you mean,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
loukas25
Posts: 3
Joined: Sun 5. Jan 2025, 17:58

Re: Help to change admin login url

Post by loukas25 »

Gert wrote: Mon 6. Jan 2025, 18:54 Hello,

sorry, but I do not understand what you mean,

Gert
Hello friend.
I mean admin login link /?login to something else
Gert
Posts: 2171
Joined: Sun 18. Nov 2012, 14:18

Re: Help to change admin login url

Post by Gert »

Hello,

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;

...
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
Gert Ebersbach | CMSimple | Templates - Plugins - Services
loukas25
Posts: 3
Joined: Sun 5. Jan 2025, 17:58

Re: Help to change admin login url

Post by loukas25 »

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.
Post Reply