diff options
author | andi <andi@splitbrain.org> | 2005-04-29 22:53:20 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-29 22:53:20 +0200 |
commit | 6c7843b5addbca9ae2dc1d9d19be8d67663eb8e5 (patch) | |
tree | a9a3f0f481e32f2ce5cb3b256b25b5f482b0b777 /conf/dokuwiki.php | |
parent | 093ec9e4fcc037744441b83e6ab1a7193c258f96 (diff) | |
download | rpg-6c7843b5addbca9ae2dc1d9d19be8d67663eb8e5.tar.gz rpg-6c7843b5addbca9ae2dc1d9d19be8d67663eb8e5.tar.bz2 |
added internal rewriting
darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 2 |
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? |