Hi everybody!
I got a problem...can't open admin panel of Magento.yesterday i was working admin panel and change unsecure to secure admin panel url. change
before
After
and Save.in this case the admin panel does't work. browser show-
Anybody can help me?please..
Solved! Go to Solution.
HI @md ashwad jahan,
Try once after clear the cache. or delete he var/cache folder from magento root.
If still not work then check your SSL that it is properly configured.
If you want to revert your settings to no then you can do using mysql query.
update core_config_data set `value`=0 where path='web/secure/use_in_frontend'; update core_config_data set `value`=0 where path='web/secure/use_in_adminhtml';
I hope it will help you!
HI @md ashwad jahan,
Try once after clear the cache. or delete he var/cache folder from magento root.
If still not work then check your SSL that it is properly configured.
If you want to revert your settings to no then you can do using mysql query.
update core_config_data set `value`=0 where path='web/secure/use_in_frontend'; update core_config_data set `value`=0 where path='web/secure/use_in_adminhtml';
I hope it will help you!
Thanks a lot. i successfully open & login my admin panel.