htaccess规则到nginx规则

问题描述 投票:0回答:1

我需要将htaccess规则重新请求到nginx规则的帮助

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php

[如果有人可以将这些规则用作nginx规则,可以帮助我

.htaccess nginx nginx-reverse-proxy nginx-config
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.