php - Magento - Deleted Base url key -
i working on cleaning url:
http://mydomain.com/shop/shop/deals
i going through settings in configuration tab in admin panel on magento , change secure , unsecure base urls remove first base url "shop" web page read:
http://mydomain.com/shop/deals
so changed unsecure base urls mydomain.com/shop mydomain.com , secure 12.345.67.89/shop 12.345.67.89. wrong thing do.
i cannot reload page or admin console.
how access these files through ftp , change correctly there??
when make changes in admin panel changes made in database not in file. have make changes in database.
1.go database , select core_config_data
table
- under table find
web/unsecure/base_url
,web/secure/base_url
. make changes here.
don't forget clear cache in var/cache
folder
Comments
Post a Comment