SELECT * FROM core_config_data where path like '%web/secure/use_in_adminhtml%';
Hi,
After migrating from one server to another server i am getting redirect loop error for admin panel in my website. so please suggest me to solve the issue
Hi @manu_Bhat
This can be caused because of manipulating databases,
Go to your Database and run the following query and change its value to 1
SELECT * FROM core_config_data where path like '%web/secure/use_in_adminhtml%';
Thank you for your reply..I did it what you mentioned, and i have cleared the cache also. have uninstalle the SSL certificate and do the changes in database. Any other possibility?
Hi @manu_Bhat
According to me this solution should work beacuse i have faced it too many times and use this approach and it work every time.In your case check log files in your database and also clear browser cookies. Cookies can also cause this issue.
Find solution give kudos and accept it as solution.Thanks
Hello sir i am facing the same issue, after migrating to another server then trying to return to my frontend page but it redirects to the admin page, if you got the solution please let me know