Magento – Magento admin not working (too many redirects)

adminbackendmagento-1.9url

This morning i changed the System Config Custom Admin URL in magento witch resulted in a 404.
I used this: https://stackoverflow.com/questions/7202950/magento-admin-url-not-working-404-after-changing-it-cant-go-back to revert the change i've made.

I got my www.mystore.com/admin back, but when i log in i get this:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for
this address in a way that will never complete.

An the URL looks like this:

https://mystore.com/index.php/admin/index/index/key/d27c0da27b776b799fb5f7aa4ebbbda0/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/index.php/admin/dashboard/index/key/57c8085a9d1a09359fc39e478c9588e8/?SID=boks2ippnh47oq87dvt910q4n1

When i then remove the URL and put in: mystore.com/admin, i get the admin dashboard only in HTMLMagento admin dashboard

My MySQL tables look like this:

admin/url/custom = NULL
admin/url/use_custom = 0
admin/url/use_custom_path = 0

web/unsecure/base_url = http://mystore.com/
web/secure/base_url = https://mystore.com/

Any fix for this problem?

Best Answer

  1. It seems like you are using https for secure url so make sure you have installed SSL properly.
  2. Also before changing the base secure url,did you checked the media and skin url, is it was a static url there, if yes so you need to change this from core_config_data.

Did you changed admin url from admin panel?

Related Topic