Posts

Showing posts from April, 2016

Opencart Admin Login problem if username and password is still correct

I found I am not able login Opencart Admin since Username and Password is correct. This is problem due to root htaccess is redirecting to https:// and my sub folder have no any htaccess so if in our code have http:// URL setting then it will redirect https:// and cann't login to Admin if user and password is correct. it would only redirect to login page again and again. SOLUTION:-  1. put htaccess in subfolder OR WE CAN TRY 2. make url as http:// to https:// so that it will work for both.