Greetings,
I recently installed vbindex but can't seem to figure something out. I have my forums one level below root called "forums" (original huh?). I made the following change to the index.php:
// relitive path to forums directory
// un-comment and set the path if vBindex is not run from the forums root directory
chdir('./forums');
Yet when I go to my home page, the links will not go into the /forums directory.
i.e. The path to new posts links to:
http://www.cadchat.com/search.php?action=getnew when it should link to
http://www.cadchat.com/forums/search.php?action=getnew
What am I missing?
Cheers!
David