Lighttpd: protect dokuwiki


edit /usr/local/etc/lighttpd/lighttpd.conf

/usr/local/etc/lighttpd/lighttpd.conf
$HTTP["host"] == "wiki.domain.org" {
        $HTTP["url"] =~ "^/(data|conf|bin|inc)/+.*" {
                    url.access-deny = ( "" )
        }
}


return to gimbo wiki home page