Magento – Admin panel url redirect to live site where frontend url works correctly in development site

admin-paneldevelopmentmagento-1.8redirect

There is an issue i have been trying to solve for the past 2 days.

I created devlopment site for a live site.

Frontend url of the development site works properly.

Whereas the backend(Admin Panel) redirects to the live site.

I tried out the following

1) Cleared Cache and session

2) Check the web/unsecure/base_url and web/secure/base_url . Both have been assigned with the development site url

3)Also I have checked the .htaccess. There is no redirection mentioned.

Somebody help me.

Best Answer

Redirects might be cached by the browser.. try to use another one

Check the web/unsecure/base_url and web/secure/base_url

Check this setting storewide.

Related Topic