cancel
Showing results for 
Search instead for 
Did you mean: 

magento admin panel issue

magento admin panel issue

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

4 REPLIES 4

Re: magento admin panel 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%';
 And in core_config_data also change following values according to your site url search for:
 
  1. web/secure/base_url
  2. web/unsecure/base_url

    Hope this help if you find this answer helpful accept it as solution and kudos. thanks 

     

 

Re: magento admin panel issue

hi @shubham_khandelwal1

 

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?

Re: magento admin panel issue

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

Re: magento admin panel issue

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