上等兵
- 注册时间
- 2015-2-17
- 金币
- 11 个
- 威望
- 0 个
- 荣誉
- 0 个
累计签到:20 天 连续签到:0 天 [LV.20]漫游旅程
|
今天安装协成wifi 模板用的是iis 6.0 是可以的。。规则转换到nginx也不行。。
可以用的:http://wifi.sj11.cn/dladmin
我的 http://wifi.ztutu.com/dladmin
httpd.ini 规则
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
RewriteRule /login(.*)$ /index.php/api/login/index/$1
RewriteRule /ping(.*)$ /index.php/api/ping/index/$1
RewriteRule /auth(.*)$ /index.php/api/auth/index/$1
RewriteRule /portal(.*)$ /index.php/api/user/index/$1
RewriteRule /weixin(.*)$ /index.php/api/login/weixin/$1
RewriteRule /dladmin(.*)$ /index.php/index/index/alog/$1
RewriteRule /ptadmin(.*)$ /index.php/wifiadmin/login/index/$1
求转换nginx可以使用的规则。。
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|