Update .htaccess

This commit is contained in:
Daniel Rudolf 2015-08-28 18:37:36 +02:00
parent 5438fdb368
commit c44afd396d

View file

@ -4,7 +4,11 @@
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
RewriteRule ^(.*)$ index.php?$1 [L,QSA]
<IfModule mod_env.c>
SetEnv PICO_URL_REWRITING 1
</IfModule>
</IfModule>
# Prevent file browsing