如何将apache重写规则更改为nginx规则

时间:2011-04-16 10:28:33

标签: nginx rewrite

由于这个问题我很累

我在apache中有这个规则。

RewriteCond   %{HTTP_HOST}             ^(www\.|domain\.)
RewriteCond $1 !^(index\.php|info\.php|public)
RewriteRule ^(.*)$ /index.php/$1

这会在index.php之后发送所有请求,但index.php,info.php,public forder除外。

但我不知道如何更改为nginxㅠㅠ

请帮忙!

1 个答案:

答案 0 :(得分:1)

我不是nginx专家,但我建议您在这里查看http://wiki.nginx.org/Wordpress

它向您展示了如何配置Wordpress以便在nginx上顺利运行,所以猜测它是一个好的开始。