diff --git a/.htaccess b/.htaccess index 3e4a5c1..819a01b 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]