谁会apache转nginx伪静态,在线求,通过工具转换的就算了吧,试过,不咋滴。

RewriteRule ^novel-view-([0-9]+)\.html$ pdnovel\.php\?mod=view&novelid=$1&RewriteRule ^novel-download-([0-9]+)\.html$ pdnovel\.php\?mod=download&novelid=$1&RewriteRule ^novel-chapter-([0-9]+)\.html$ pdnovel\.php\?mod=chapter&novelid=$1&RewriteRule ^novel-comment-([0-9]+)-([0-9]+)\.html$ pdnovel\.php\?mod=comment&novelid=$1&page=$2RewriteRule ^novel-read-([0-9]+)-([0-9]+)\

apache伪静态规则 转 nginx

<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !^(index\.php|robots\.txt|views|plugins|backup|upload|images|install|admin123|plug|test|install|make|js|favicon\.ico|templates|mqqt) ... <IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $1 !^(index\.php|robots\.txt|views|plugins|backup|upload|images|install|admin123|plug|test|install|make|js|favicon\

apache伪静态规则 转 nginx

123456789#ignored: condition 0if ($1 !~ "^(index.php|robots.txt|views|plugins|backup|upload|images|install|admin123|plug|test|install|make|js|favicon.ico|templates|mqqt)"){    set $rule_0 2$rule_0;}if ($rule_0 = "21"){    rewrite ^/(.*)$ /index.php/$1 last;}找一个在线的工具转换一下

求将apache的伪静态规则转换成nginx

这个伪静态规则目前只有apache的,我自己不知道怎么转换,求大神帮忙解决问题。小弟在此非常感谢!
# BEGIN
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /plus/htaccess/html.php [L]
</IfModule>
# END  RewriteEngine On
  RewriteRule

apache 转nginx伪静态规则

apache 转nginx伪静态规则
RewriteEngine on
RewriteRule ^(?!index)([^/]+)\.html$ index.php?0=thread&1=index&custom_url=$1
RewriteRule ^admin/([^/]+)\.htm$ admin/index.php?$1.htm [L]
RewriteRule ^([^/]+)\.htm$ index.php?$1.htm [L]
RewriteRule ^f/(\d+)\.html$ /index.php?0=forum&1=index&fid=$1&%{QUERY_STRING} [L]
RewriteRule ^f/(\d+)/(\d+)\.html$ /index.php?0=forum&