1
I am setting up another site using XOOPS (
Stupid Head). The install works fine and XOOPS is running okay but I cannot under any circumstances login using Internet Explorer.
I can login fine using Mozilla (a better browser anyway) but IE just returns to the login screen even after saying "Thanks for logging in".
This is weird.
The only thing I can attribute it to is that this install of XOOPS is sitting on a seperate folder under the main install of XOOPS for my
Rider NZ site which makes the path
http://rider.net.nz/stupidhead.
However I do have a domain name of
http://stupidhead.gen.nz that points to the above directory.
Of interest, XOOPS sets up the mainfile.php with this line set:
Quote:
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://rider.net.nz/stupidhead');
If I change this to:
Quote:
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://stupidhead.gen.nz');
XOOPS will not run.
Is there also an entry in the SQL database that maybe needs to be added as well?