公告板
版本库
filestore
活动
搜索
登录
main
/
OAManage
OA系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
官方版本
lyg
2025-03-04
72bbec1590f85974d369ce7aeaa05be8905672a0
[OAManage.git]
/
public
/
.htaccess
1
2
3
4
5
6
7
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>