文章详情页
nginx - ngnix重写规则
浏览:80日期:2024-06-21 16:01:50
问题描述
访问地址:域名/web/index.phpngnix如何重新达到以下访问路径 域名/web/index.php?c=display&a=action
好像实现不了
问题解答
回答1:rewrite /web/index.php /web/index.php?c=display&a=action;
相关文章:
1. css - transform: translateY(-50%)在360浏览器极速模式下使得文字变模糊了2. mysql优化 - mysql慢查询copying to tmp table3. nginx英文文档的WebSocket proxying部分没看太明白,麻烦推荐一点中文文章4. python - 关于matplotlib的x轴显示的问题5. android 文件File删除问题6. css - .clearfix:after中为什么设置display: table7. angular.js - 怎样在使用ng-repeat属性的标签里面监听单个事件,使其能够单个改变CSS。8. angular.js - js 点击事件onclick=“”,引号内的函数名字 可以为 变量吗9. 请教: 关于 python 反斜杠转义的疑问10. angular.js - Ionic 集成crosswalk后生成的apk在android4.4.2上安装失败???
排行榜
