summaryrefslogtreecommitdiff
path: root/conf/dokuwiki.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index f5aabd189..d22dbe94b 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -56,7 +56,7 @@ $conf['defaultgroup']= 'user'; //Default groups new Users are added to
$conf['superuser'] = 'superman'; //The admin can be user or @group
/* Advanced Options */
-$conf['userewrite'] = 0; //this makes nice URLs but you need to enable it in .htaccess first 0|1
+$conf['userewrite'] = 0; //this makes nice URLs: 0: off 1: .htaccess 2: internal
$conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on
$conf['canonical'] = 0; //Should all URLs use full canonical http://... style?
$conf['autoplural'] = 0; //try (non)plural form of nonexisting files?