From 1ed484990f7f8a5a9447d5ca28166bffda36be92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Mon, 10 Apr 2017 12:41:46 +0200 Subject: [PATCH] Update .htaccess declined access to composer.json --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 3e4a5c1d4..819a01bd8 100644 --- a/.htaccess +++ b/.htaccess @@ -27,7 +27,7 @@ RewriteRule ^storage/(.*)?$ / [F,L] RewriteRule ^config.php$ / [F,L] RewriteRule /\.git / [F,L] - RewriteRule ^composer\.lock$ / [F,L] + RewriteRule ^composer\.(lock|json)$ / [F,L] RewriteRule ^api(.*)$ api.php [QSA,L] RewriteRule ^admin(.*)$ admin.php [QSA,L]