父节点
177a7f3266
当前提交
179100a357
共有 1 个文件被更改,包括 5 次插入 和 1 次删除
|
|
@ -3,6 +3,10 @@
|
|||
# $config['index_page'] = '';
|
||||
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/backup/$
|
||||
RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
|
|
|
|||
正在加载…
在新工单中引用