diff --git a/.htaccess b/.htaccess index aa6d489..9e7ac73 100644 --- a/.htaccess +++ b/.htaccess @@ -5,7 +5,7 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L,QSA] - RewriteRule ^(.git|config|content|content-sample|lib|vendor)/.* index.php?404 [L] + RewriteRule ^(.git|config|content|content-sample|lib|vendor)/.*$ index.php?$0 [L,QSA] SetEnv PICO_URL_REWRITING 1