- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: I can't open into admin panel
Thanks a lot. i successfully open & login my admin panel.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: I can't open into admin panel
Please accept as a solution if it works for you so it will help to others as well.