Constant Loop When Trying To Log In Admin

front end works fine

does the same on different browsers and diferent IP addresses.

Cleared var/cache and browser cache

Just loops and loops, browser console doesnt show errors that it can load that too seems to loop.

I dont have ssl switched on in admin for admin.

any one help

thanks

https://www.hivis.co.uk/***

front end works fine

does the same on different browsers and diferent IP addresses.

Cleared var/cache and browser cache

Just loops and loops, browser console doesnt show errors that it can load that too seems to loop.

I dont have ssl switched on in admin for admin.

any one help

thanks

As I can see, currently it is working as intended.

Also since the path to the admin panel script of your store was shown to the wide public, I recommend you to change its name immediately, to prevent any potential risks.

As I can see, currently it is working as intended.

Also since the path to the admin panel script of your store was shown to the wide public, I recommend you to change its name immediately, to prevent any potential risks.

thanks I raised a ticket and the answer was
-------------------------

HSTS is enabled in your web server. The HSTS force browsers to visit the HTTPS version of a page. However, secure connection for admin panel was disabled in your installation. That's why endless redirect loop was presented.

edited the database table cscart_settings_objects and changed the value of the secure_admin record to Y, via the following query:
UPDATE cscart_settings_objects SET value='Y' WHERE name='secure_admin';
and cleared the /var/cache folder.