I am a newbie. 想知道对于 apache rewrite,一般都如何转成 nginx 的,比如下面的 apache 规则怎么转:
RewriteEngine On
RewriteCond %{REQUEST_URI} !dispatch\.php$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* dispatch.php [L,QSA]
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
Apache Rewrite转Nginx Rewrite