4
Have a look in your main file if these things are correct:
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/home/httpd/vhosts/yoursite.com/httpdocs/yourxoop');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://www.yoursite.com');
Quote:
RossC0 wrote:
Hi,
I've set up a site and it runs well. However, I have been asked to change the XOOPS Virtual Path (URL) for athestic reasons:
Currently, we have:
http://mysite.com
Which I want to change to:
http://www.mysite.com
When I change this URL - the site loads without errors but doesn't display anything!
What is the cause of this - I notice the XOOPS site has the full URL displayed when loading modules etc - so I presume its possible - any ideas what I need to change or do?