I will add to this thread if it's OK as I have a question regarding the PUN_ROOT, sorta. I have Punbb setup to be a frontend sorta to my domain, so when you go to http://www.mydomain.com your in Puns hands so to spreak . I have the pun files, bar index.php, behind the domain root, so my PUN_ROOT is:
('PUN_ROOT', '../punfiles/');
It works fine etc when you go to http://www.mydomain.com. It's when you are trying to click on links, that exist behind the root, which they all will and do, bar index.php. I was wondering, if anyone has any idea's. I DON'T want to move the needed files forward of the root, but rather be left behind the root.
In answer also to the persons question, which appears your going forward of the root, of the domain so it would be:
('PUN_ROOT', './folder/');
It will also be dependant on the http://www.whatever.com/forum is in the board config as well.
But anyway one dot and a slash and folder name is forward, 2 dots and a slash is backwards
eg:
1: ../../../folder is = to going back a folder, back a folder, back a folder and into folder.
2: ./folder/folder/folder/folderlast is = to going forward a folder, forward a folder, forward a folder and into folderlast
I probably lost ya, but I am sure someone can explain the lost bits to ya.