Code:
/*
This file contains only 2 vars for the chdir.
*/
/*
This var is the path to the folder containing your forum.
In the example here, the forum is in the folder'forums'
*/
define('DOSSIER_FORUM','./forums/');
/*
This var is the path to go back from the forum folder to the portal folder.
In our example, the forum is int the 'forums' folder so to go back to vBdHomewe should put:
*/
define('RETOUR_VBDHOME','./../');
that is what i have