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)

1) Notez tout de même que cette configuration donne la possibilité à tout le monde d’éditer la totalité du Wiki.
 
installation_de_dokuwiki.txt · Dernière modification: 2005/06/24 18:03 par 194.51.20.126
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki