Quote:
Originally Posted by SVTBlackLight01
OK. To answer my own question, on line 32, I replaced
Code:
require_once('./global.php');
with this
Code:
chdir('/home/site/public_html/testvb/');
require('./global.php');

|
With this code, I can get the page to "display" properly but the "links" are not correct. They are pointing to the "root" directory but my forum is in a folder/directory titled "forums."
Any ideas?