Update .htaccess

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 5438fdb368
commit c44afd396d
  1. 6
      .htaccess

@ -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

Loading…
Cancel
Save