From 6c7843b5addbca9ae2dc1d9d19be8d67663eb8e5 Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 29 Apr 2005 22:53:20 +0200 Subject: added internal rewriting darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz --- conf/dokuwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/dokuwiki.php') 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? -- cgit v1.2.3