cancel
Showing results for 
Search instead for 
Did you mean: 

I can't open into admin panel

SOLVED

I can't open into admin panel

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 

problem.JPG

After 

problem2.JPG

and Save.in this case the admin panel does't work. browser show-

problem-result.JPG

Anybody can help me?please..

1 ACCEPTED SOLUTION

Accepted Solutions

Re: I can't open into admin panel

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! 

View solution in original post

3 REPLIES 3

Re: I can't open into admin panel

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! 

Re: I can't open into admin panel

Thanks a lot. i successfully open & login my admin panel.

Re: I can't open into admin panel

Glad to help you!

Please accept as a solution if it works for you so it will help to others as well.