Bonsoir !
j'ai un probleme au niveau du CSS, le site ne semble trouver les dossier ou se trouve les fichier css.
pareil quand je crée une board, le site affiche la 404
enfaite je me suis peut-etre tromper dans ces lignes:
// Paths and URLs
// Main installation directory
$cf['KU_ROOTDIR'] = realpath(dirname(__FILE__))."/"; // Full system path of the folder containing kusaba.php, with trailing slash. The default value set here should be OK.. If you need to change it, you should already know what the full path is anyway.
$cf['KU_WEBFOLDER'] = 'www.subweb.fande.be/www/'; // The path from the domain of the board to the folder which kusaba is in, including the trailing slash. Example: "http://www.yoursite.com/misc/kusaba/" would have a $cf['KU_WEBFOLDER'] of "/misc/kusaba/"
$cf['KU_WEBPATH'] = 'www.subweb.fande.be'; // The path to the index folder of kusaba, without trailing slash. Example: http://www.yoursite.com
$cf['KU_DOMAIN'] = 'subweb.fande.be'; // Used in cookies for the domain parameter. Should be a period and then the top level domain, which will allow the cookies to be set for all subdomains. For http://www.randomchan.org, the domain would be .randomchan.org; http://zachchan.freehost.com would be zach.freehost.com
j'ai bien remplis ? car c'est peut-etre ca qui merde !