Virtuemart是Joomla的商城组件,在Joomla迁移后,需要更改一下virtuemart.cfg.php其中的网站地址:
virtuemart.cfg.php在administrator\components\com_virtuemart目录下:
大概在第34行
代码:
// these path and url definitions here are based on the Joomla! Configuration
define( ‘URL’, ‘http://localhost/’ );
define( ‘SECUREURL’, ‘http://localhost/’ );

将localhost改为新的网址,否则Virtuemart打不开!!!