I installed a magento website in my root folder “/”. Everything was working fine until I moved all the contents of magento in a subfolder in the domain. So instead of having the magento in the root folder, it is now under a subfolder.
The problem is, the design is screwed up. It is not showing the css and images for the default theme.
Please help me.
Thanks
You have to change the base url setting.
It’s very likely your admin panel stopped working as well, so look into the DB table
core_config_data. Look for the pathsweb/unsecure/base_urlandweb/secure/base_urland update the correspondingvaluefields to include the new folder.Dont’t forget to put a trailing slash to the new urls