Quote:
Originally Posted by RVSmarter
I'm trying to have this page outside of the forum root folder.
I replaced
Code:
require_once('./global.php');
with this
Code:
chdir('./forum_root_folder/');
require('./global.php');
www.mathhelpforum.com/downloads.php
And the images (curiously one of the images is working) and links are not looking in the forum root folder as they should. How do I fix that?
|
I have the same problem. Did you find any sollution?