There are two things you should do in order to configure Magento to work with a new domain:
Edit the Magento database
Go to your cPanel > phpMyAdmin. Select your Magento database from the left menu, find the table called core_config_data and click on it.
Click the Browse tab and edit the first two fields:
web/unsecure/base_url
web/secure/base_url
by clicking the pen icon in front of each of them. Replace your old domain name with your new one and click the Go button to save the change.
Clear the Magento cache.
The Magento cache folder is located in your Magento installation directory > /var/cache. To clear the cache, simply delete the folder.
Many Magento issues can be fixed just by deleting the cache.
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2011
(18)
-
▼
December
(17)
- Call Static Blocks From Any PHTML File in Magento
- Use any SMTP to send mail in Magento
- Magento Files and Folders Structure
- Common issues with importing/exporting
- Magento Transfer From One Server To Another
- Magento Google Analytics
- How to manage order emails
- Magento Features
- Manual Installation of Magento
- How to set a custom group of users
- How to add a Contact Us form in Magento
- How to set up a blog in Magento
- How to redirect Magento to open through www
- How to speed up Magento
- How to enable Search Engine Friendly URLs in Magento
- How to reset Magento Admin Password
- How to configure Magento to work with a new domain
-
▼
December
(17)
Popular Posts
-
You can select,insert,update and delete data in the Magento wby using their models concept. For example,a table named ‘testdata‘ with the fo...
-
This article will explain how to create an extension to send all the emails through gmail or other servers.I have created an module to set u...
-
This is an article to show you ,how you can set MySql Master-slave replication in magento for scalability ,handle failover and performance. ...
-
Breadcrumb is necessary for making website pages user navigation friendly. It can be printed out in any of the php or phtml pages by below c...
-
This blog will show you how to get all items in a shopping cart and totals in a magento store : $items = Mage::getSingleton('checkout/...
0 comments:
Post a Comment