4
i have just add the www like you suggested, what i didn't do tho was back-up my mainfile.php, so i had to open up my mainfile.dist.php and add all the information to it and save it as mainfile.php because i had previously edited it with notepad which took all of the formating away, i dont thing server liked it, anyways i fixed that problem that was logging me off when clicking home by adding www to the
define('XOOPS_URL', 'http://mysite.com');
so that it became
define('XOOPS_URL', 'http://www.mysite.com');
works perfect now.
But out of curiosity, what causes that issue?