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