Tweak .htaccess.
This commit is contained in:
parent
19841d865d
commit
08cb97fa6d
|
@ -2,6 +2,7 @@
|
|||
Options -MultiViews
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
Loading…
Reference in New Issue