Comment installer le fameux Dokuwiki chez l’hébergeur Free ??
$conf['umask'] = 0111; //set the umask for new files $conf['dmask'] = 0000; //directory mask accordingly $conf['lang'] = 'fr'; //your language et c'est mieux en Français non :) $conf['basedir'] = ''; //relative dir to serveroot - blank for autodetection $conf['datadir'] = './data'; //where to store the data $conf['olddir'] = './attic'; //where to store old revisions $conf['mediadir'] = './media'; //where to store media files $conf['changelog'] = './changes.log'; //change log // (...) $conf['useacl'] = 0; //Use Access Control Lists to restrict access? $conf['openregister']= 0; //Should users to be allowed to register? $conf['authtype'] = 'plain'; //which authentication DB should be used (currently plain only) $conf['defaultgroup']= 'user'; //Default groups new Users are added to $conf['superuser'] = '@admin'; //The admin can be user or @group
Enjoy la puissance du Dokuwiki :) 1)