这个规则转成nginx如何转?
如题[*]RewriteEngine on
[*]RewriteCond $1 !^(index.php|assets|images|js|css|uploads|favicon.png|install|sitemap.xml|robots.txt|update.php|update)
[*]RewriteCond %(REQUEST_FILENAME) !-f
[*]RewriteCond %(REQUEST_FILENAME) !-d
[*]RewriteRule ^(.*)$ index.php?/$1 复制代码 有没有大神可以解答的 有没有人会的?
页:
[1]