VPS侦探论坛

 找回密码
 注册
查看: 8104|回复: 1

nginx rewrite rule

[复制链接]
发表于 2010-12-3 10:55:03 | 显示全部楼层 |阅读模式

小弟想以apache的rewrite rule轉為nginx的, 但轉換之後有些rule失效了. 想請師兄們指點一下.
Apache的:
RewriteRule ^\/?index\.html$ /html/index.html [L]
RewriteRule ^((ajax/|accounts/|software/download|shortcut|flashcookie)/?.*)$ /index.php/$1 [L]
RewriteRule ^\/?((cn|en|tw)?\/?([a-zA-Z][a-zA-Z0-9_\-]+)*\.html)$ /html/$1 [L]
RewriteRule ^\/?((cn|en|tw)?\/?news\/\d+)\.html$ /html/$1.html [L]

Nginx的:
rewrite ^/?index\.html$ /html/index.html last;\
rewrite ^((ajax/|accounts/|software/download|shortcut|flashcookie)/?.*)$ /index.php/$1 last;
rewrite ^/\/?((cn|en|tw)?\/?([a-zA-Z][a-zA-Z0-9_\-]+)*\.html)$ /html/$1 last;
rewrite ^\/?((cn|en|tw)?\/?news\/\d+)\.html$ /html/$1.html last;
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2010-12-3 16:15:15 | 显示全部楼层
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-8 08:25 , Processed in 0.025470 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表