当前提交
547ec88e2a
共有 1 个文件被更改,包括 8 次插入 和 0 次删除
8
.htaccess.sample
普通文件
8
.htaccess.sample
普通文件
|
|
@ -0,0 +1,8 @@
|
|||
# If you want to hide 'index.php' from the URL, rename this file to '.htaccess' on your server
|
||||
# Then change the following variable in /application/config/config.php
|
||||
# $config['index_page'] = '';
|
||||
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ /index.php?/$1 [L]
|
||||
正在加载…
在新工单中引用