search
首页
程序积累
前端笔记
二次开发
数据库
网站运营
服务器笔记
程序人生
关于我
thinkphp的nginx重写兼容配置
if (!-e $request_filename) {
rewrite ^/index.php(.*)$ /index.php?s=$1 last;
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
分类:
服务器笔记
/
标签:
php
nginx
thinkphp
/
浏览量: 1026
2017-10-20 21:59 Friday
上一篇:
Mac下Operation not permitted问题
|
下一篇:
mongodb复制集学习笔记
昵称
邮件地址 (选填)
个人主页 (选填)
评论内容
发表评论
send
取消回复
navigation
home