Transfer from Localhost to Remote Host, Fix the Error for Virtumart
Transferring the Virtumart to a new server could cause some errors. There is easy fix.
Find the file virtuemart.cfb.php in the folder Administrator/components/com_virtuemart
all you have to do is to change the following lines:
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://localhost/yourDevelopmentSiteName/' );
define( 'SECUREURL', 'http://localhost/yourDevelopmentSiteName/' );
Change the above line to
// these path and url definitions here are based on the Joomla! Configuration
define( 'URL', 'http://www.yourLiveSiteURL.com/' );
define( 'SECUREURL', 'http://www.yourLiveSiteURL.com/' );
Set as favorite
Bookmark
Email this
Hits: 138
Comments (0)

Write comment