Home  >  Article  >  Backend Development  >  apache+nginx url重写有关问题

apache+nginx url重写有关问题

WBOY
WBOYOriginal
2016-06-13 12:04:21837browse

apache+nginx url重写问题
nginx用于静态页,apache用于动态页面。那么 要重写路由规则 怎么写,呢?我设置了.htaccess文件,如果只用apache(本地)重写规则是生效的。但是apache+nginx(线上)环境就不行 。提示404 .我用的是thinkphp。而且还分组了。跟这个有关系吗?还是说要用ngnix的路由重写~~~~~新手。没用过ngnix。。。以前只用apache
------解决方案--------------------
nginx + apache 架构中
nginx 干的是本职工作——代理服务器,而代理是按域名处理的
出现你这种情况是不正常的,并且你的“nginx用于静态页,apache用于动态页面”这个描述也是不正确的
请与管理员联系,寻求解决办法

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn