jtaccess
This commit is contained in:
parent
ae208be1d0
commit
b7a07c48f8
@ -1,10 +1,8 @@
|
|||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
Options +FollowSymlinks -Multiviews
|
Options +FollowSymlinks -Multiviews
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
FileETag MTime Size
|
|
||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
|
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
|
||||||
|
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
Loading…
Reference in New Issue
Block a user