From: Michael J. Rubinsky Date: Sun, 12 Sep 2010 13:32:13 +0000 (-0400) Subject: Looks like we can't deny access to /config/ anymore... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e3a5bd64823d4dda67a3acf876708987c8890177;p=horde.git Looks like we can't deny access to /config/ anymore... --- diff --git a/horde/docs/lighttpd-horde.conf b/horde/docs/lighttpd-horde.conf index 5a0b101eb..bc999df8e 100644 --- a/horde/docs/lighttpd-horde.conf +++ b/horde/docs/lighttpd-horde.conf @@ -18,6 +18,6 @@ url.rewrite-once += ( "^/horde/incubator/content/(.*)$" => "/horde/incubator/content/index.php" ) -$HTTP["url"] =~ "(/templates/|/scripts/|/lib/|/po/|/locale/|/config/)" { +$HTTP["url"] =~ "(/templates/|/scripts/|/lib/|/po/|/locale/)" { url.access-deny = ("") -} \ No newline at end of file +}