Cool hack, but I have one problem.
The links on my web powered page doesn't link to the right directory, all the links are without '/forums/'.
.
My settings look like the following:
PHP Code:
// Use script above the /forum directory? (true = yes, false = no)
$directoryonoff = true;
// Path to forum directory (only set if using script above forum directory)
$directorypath = '/home/xxxxxxx/public_html/forums/';
// Allow guests to view pages? (true = yes, false = no)
$guestview = true;
So I don't see what I did wrong, my path is ok, the first switch must be ok, because if I say false I get a script error.
Please help.