From 86b283966038c778e838bd667c6dae302713f207 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 29 Apr 2016 18:02:19 +0200 Subject: [PATCH] Update .htaccess Thanks @smcdougall, see https://github.com/picocms/Pico/commit/ee5b4f0d56fb565aac4ef50e8cd6d0dd8ae45084#commitcomment-17304977 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5851794..453a3e3 100644 --- a/.htaccess +++ b/.htaccess @@ -6,7 +6,7 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L,QSA] RewriteRule ^(\.git|config|content|content-sample|lib|vendor)(/.*)?$ index.php?$0 [L,QSA] - RewriteRule ^(CHANGELOG.md|composer.(json|lock)) index.php?404 [L] + RewriteRule ^(CHANGELOG\.md|composer\.(json|lock)) index.php?404 [L] SetEnv PICO_URL_REWRITING 1