Knowledgebase: Magento
Updating The Magento Unsecure & Secure URL
Posted by Rick G. on 02 May 2015 11:58 AM

If you've moved Magento to another directorysetup a staging store, or have completely changed the URL for your store (and are being redirected to the old URL or are unable to access the backend of Magento to update the config), here is how you can change those values:

  1. Open up phpMyAdmin, which you can find in cPanel.
  2. From the sidebar on the left, click on the name of the database that Magento is using.
  3. Click on the SQL tab, and in the text area, run the following command:
SELECT * FROM `core_config_data` WHERE `path` LIKE '%base_url%';
  1. Click the Check All link and then click on the pencil icon.
  2. Update the value fields with the correct URL for your site.
  3. Click on the Go button at the very bottom to save your changes.

You should probably delete your cache data as well, so delete the following directory via FTP or SSH:

var/cache/

To do this via SSH, run the following command:

rm -rf var/cache/
(0 vote(s))
This article was helpful
This article was not helpful