I am having trouble with this. I have added the following code
Code:
$curdir = getcwd ();
chdir('/nfs/c02/h04/mnt/40498/domains/dev.scotthermanfitness.com/html/forum');
require_once('/nfs/c02/h04/mnt/40498/domains/dev.scotthermanfitness.com/html/forum/global.php');
chdir ($curdir);
When I load the page up, it goes right to the forum page telling me im not logged in. Its like its forwarding me to the forum.
Any ideas?