我有一些发布刚刚从apache
to更改nginx
,我需要在 apache 上设置一些重写,我使用了这个
RewriteEngine on
RewriteRule ^(.+)/$ index.php
但是nginx
不会像 apache 那样识别这个规则现在我试图去 nginx manuel 和 google 没有太多运气我想要它做的是获取 url
www.mydomain.com/index.php/mycontrollername
www.mydomain.com/index.php/mycontrollername/
我希望它在使用和不使用斜杠的情况下工作如果有人可以帮助我或指导我,我会很高兴。