Update .htaccess
This commit is contained in:
parent
5438fdb368
commit
c44afd396d
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue