cancel
Showing results for 
Search instead for 
Did you mean: 

Base URL for static files and Media in Admin panel, can it be reset via CLI or phpmyadmin

SOLVED

Base URL for static files and Media in Admin panel, can it be reset via CLI or phpmyadmin

I was in Configuration --> web and copied pasted and hit save config as below

 

Base URL Unsecure

Base URL for Static View files {{unsecure_base_url}}

Base URL for User Media files {{unsecure_base_url}}

 

Base URL Secure

Base URL for Static View files {{unsecure_base_url}}

Base URL for User Media files {{unsecure_base_url}}

 

Choose Admin Panel to work on Https:

 

Now I get Console Error, all formatting is gone

https://www.mywebsite.com/adminhtml/Magento/backend/en_US/extjs/resources/css/ext-all.css Failed to load resource: the server responded with a status of 404 ()

 

I can log into the admin panel fine but all formatting is gone, SAVE CONFIG button is not working so I cannot reset the values, how can I reverse this? 

 

From Cpanel with cli commands?

phpmyadmin, upload the DB again?

FTP from by backup files?

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Base URL for static files and Media in Admin panel, can it be reset via CLI or phpmyadmin

Alrigh, found it in phpmyadmin

 

select * from core_config_data where path like '%base%url%'; 

View solution in original post

1 REPLY 1

Re: Base URL for static files and Media in Admin panel, can it be reset via CLI or phpmyadmin

Alrigh, found it in phpmyadmin

 

select * from core_config_data where path like '%base%url%';