]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- use Directory directive so admin has option to change alias mapping
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 22 Jan 2006 21:00:08 +0000 (21:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpBB.conf -> 1.3

phpBB.conf

index 291dba8d206bc3ab0cfd7045e22d84b021a9dab1..184e02dc3bf9bd75eafbe470629b45b5ad879dfc 100644 (file)
@@ -1,4 +1,4 @@
 Alias /phpBB /usr/share/phpBB
-<Location /phpBB>
+<Directory /usr/share/phpBB>
     Allow from all
-</Location>
+</Directory>
This page took 0.043805 seconds and 4 git commands to generate.