会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
阳光小白
知识改变命运!
博客园
首页
新随笔
联系
订阅
管理
2017年2月14日
NGINX 配置文件配置url重写
摘要: 1、项目在根目录: location / { index index.html index.htm index.php l.php; autoindex on; if (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1
阅读全文
posted @ 2017-02-14 13:13 阳光小白
阅读(2263)
评论(0)
推荐(0)
编辑