Basically if im correct, open up the page your trying to display the log in on, lets just say its called Homepage.html
Chuck this code in the very top of it, before any other code
PHP Code:
<?php
chdir("../forums/");
require('global.php');
?>
Now rename the whole file too homepage.php
Make sure you adjust the link on your main page aswell so it loads the right file.
Try that