From: VirtualTam Date: Mon, 16 Oct 2017 17:39:16 +0000 (+0200) Subject: Fix: enable access to data/user.css (Apache 2.2 & 2.4) X-Git-Tag: v0.9.4~44^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=710291b164421663b9b1cf1f866e957801ff83e0 Fix: enable access to data/user.css (Apache 2.2 & 2.4) Relates to https://github.com/shaarli/Shaarli/issues/872 Relates to https://github.com/shaarli/Shaarli/issues/993 Signed-off-by: VirtualTam --- diff --git a/data/.htaccess b/data/.htaccess index f601c1ee..1d49da37 100644 --- a/data/.htaccess +++ b/data/.htaccess @@ -1,10 +1,16 @@ = 2.4> - Require all denied + Require all denied + + Require all granted + - Allow from none - Deny from all + Allow from none + Deny from all + + Allow from all +