From c44afd396dae1c11db8ba1f21b78a2bb159f2692 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 28 Aug 2015 18:37:36 +0200 Subject: [PATCH] Update .htaccess --- .htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 553cd57..b12e916 100644 --- a/.htaccess +++ b/.htaccess @@ -4,7 +4,11 @@ #RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule . index.php [L] + RewriteRule ^(.*)$ index.php?$1 [L,QSA] + + + SetEnv PICO_URL_REWRITING 1 + # Prevent file browsing