From 91771e67af8a001d368fa296d3c9416b0a495d89 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 14 Jun 2017 12:03:30 +0200 Subject: [PATCH] Update .htaccess --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index ac2c3b8..651f2ee 100644 --- a/.htaccess +++ b/.htaccess @@ -4,8 +4,8 @@ #RewriteBase / # Deny access to internal dirs and files by passing the URL to Pico - RewriteRule ^(\.git|config|content|content-sample|lib|vendor)(/|$) index.php [L] - RewriteRule ^(CHANGELOG\.md|composer\.(json|lock)) index.php [L] + RewriteRule ^(\.git|_build|config|content|content-sample|lib|vendor)(/|$) index.php [L] + RewriteRule ^(\.git(attributes|ignore)|CHANGELOG\.md|composer\.(json|lock))$ index.php [L] # Enable URL rewriting RewriteCond %{REQUEST_FILENAME} !-f