1
Since my mainfile.php is configured to http://(my address).com I've noticed that if I access the site under
http://www.myaddress.com, I get the error "The Selected module does not exist. and if I configure mainfile.php to
http://www. then the modules won't come up under
http://my address.com ...
So, I tried:
----------------------------------------------------------
define('XOOPS_URL', 'http://myaddress.com ', 'http://www.myaddress');
----------------------------------------------------------
but it only seems to catch what ever one is first.
How can I get everything to work properly under both resolves? (http:// AND www.) ??