]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
- apache 1.3 needs followsymlinks for rewrite to work
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 7 Oct 2010 19:04:28 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-apache.conf -> 1.6

dokuwiki-apache.conf

index e3f8544a7b3cda28b8262347c7434366db06ecbc..c195ca87e173a3454d4b6bbf5f2e1498cd68bb35 100644 (file)
@@ -3,6 +3,8 @@ Alias /dokuwiki /usr/share/dokuwiki
        Allow from all
 
        <IfModule mod_rewrite.c>
+               Options +FollowSymLinks
+
                ## $conf['userewrite'] = 1 - not needed for rewrite mode 2
                RewriteEngine on
 
This page took 0.202586 seconds and 4 git commands to generate.