Has anyone had the following issue? We had a Magento store installed on a domain with a .com tld. Then we needed to change the domain to a .net tld. After we change the domain name, the CSS does not work correctly.
All your JS and CSS calls are to http://debug.helpinghandhost.COM/magento/. You need to update your Unsecure and Secure host to debug.helpinghandhost.net in the admin -> System -> Web
I found the settings I need to change in the admin panel, but I cannot save them because the CSS and JS are not loading since I am using a .NET tld. Is there a file I can edit or mysql table I can edit, to change the values of the secure and unsecure host?
Thanks to Moshe, we have found how to modify the unsecure/secure hostnames without having to login to the admin panel.
You must find the “table core_config_data” table within the database. Then search for “web/%/host” using “like”. Now edit the unsecure/secure host name values.