首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐书目
›
高性能网站建设进阶指南
›
High Performance Web Sites
›
Google Hacks: Tips & Tools for Finding and Using the World's Information
关于 Google SEO 最好的一本书
V2EX
›
站长
如何将 nginx try-files 转化为 apache2 rewrite?
kmahyyg
·
2017-03-16 12:09:22 +08:00
· 2799 次点击
这是一个创建于 2801 天前的主题,其中的信息可能已经有所发展或是发生改变。
nginx:
`location / { try_files $uri $uri/ /index.php$is_args$args; }`
apache2:
`RewriteEngine On
RewriteRule ???
RewriteCond ???`
Nginx
URI
Apache2
args
1 条回复
1
kmahyyg
OP
2017-03-16 17:07:04 +08:00 via Android
@
Livid
麻烦帮忙移到 程序员 节点,谢谢
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
5368 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 32ms ·
UTC 07:54
·
PVG 15:54
·
LAX 23:54
·
JFK 02:54
Developed with
CodeLauncher
♥ Do have faith in what you're doing.