From 23a1ed3e586d2b3a7653ad4854fbdd4d2465b597 Mon Sep 17 00:00:00 2001 From: Clark Winkelmann Date: Mon, 5 Mar 2018 18:09:14 +0100 Subject: [PATCH] Rules no longer necessary with the public folder --- public/.htaccess | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 8fd2dc6..523eae0 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -23,12 +23,6 @@ RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] - RewriteRule ^vendor/(.*)?$ / [F,L] - RewriteRule ^storage/(.*)?$ / [F,L] - RewriteRule ^config.php$ / [F,L] - RewriteRule /\.git / [F,L] - RewriteRule ^composer\.(lock|json)$ / [F,L] - RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !^assets index.php [QSA,L]