Fix custom maps
这个提交包含在:
父节点
fe27baabfb
当前提交
afbfc07c1a
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -5,8 +5,8 @@
|
|||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/backup/$
|
||||
RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]"
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]"
|
||||
|
|
|
|||
正在加载…
在新工单中引用