Update .htaccess
This commit is contained in:
parent
5438fdb368
commit
c44afd396d
@ -4,7 +4,11 @@
|
|||||||
#RewriteBase /
|
#RewriteBase /
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
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>
|
</IfModule>
|
||||||
|
|
||||||
# Prevent file browsing
|
# Prevent file browsing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user