.htaccess到nginx.conf转换

时间:2018-10-24 03:02:32

标签: .htaccess nginx

在将某些.htaccess行转换为nginx规则时,我感到很麻烦。 这是我的.htaccess文件,如下,希望您能帮助我转换这些行。 如果您能为我写nginx行,将不胜感激。

DirectoryIndex index.php
RewriteEngine on

RewriteCond $1 !^(index\.php|assets)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php?$1 [L,QSA]

0 个答案:

没有答案