Browser login link for dadabik site returns 404 error

DLJonsson

Well-known member
When the browser presents its built in [Login] button it interprets the login for the site being

https://[oursite]/login.php?function=show_login_form

Which gives us a 404 error.

When we simply type
https://harpercollection.info/login.php

We get the login form and can log in.

What is the problem with this link?
https://[oursite]/login.php?function=show_login_form
 

DLJonsson

Well-known member
We resolved this by removing "function=show_login_form" from
the header.php, but are not sure if that is the right way to do this.
 

eugenio

Administrator
Staff member
Hello,
I've just tried
https://harpercollection.info/login.php?function=show_login_form
but it works for me. Can you double check?

Best,
 

DLJonsson

Well-known member
Thanks for reply.

Still on Mac IOS

https://harpercollection.info/login.php?function=show_login_form
Returns 404

The only workaround I could find was changing
the line to https://harpercollection.info/login.php? in header.php.
 

eugenio

Administrator
Staff member
I've tried to click on your link both from macOS and iOS and I confirm it works; I think there is something on your side, I would try to clear the cache of your browser, I think that might be the reason.

Best,
 
Top