全球主机交流论坛

标题: 关于NGINX规则 [打印本页]

作者: hejin088    时间: 2013-10-27 10:33
标题: 关于NGINX规则
求大神帮忙转个规则,转到NGINX .htaccess是这样的
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>


httpd.ini是这样的:

[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
RewriteRule ^/((?!static|data|app|install|img|thinkphp).*)$ /index\.php/$1   [I]

求大神们帮忙转成NGINX可用的啊,在线转的用不了,谢谢。




欢迎光临 全球主机交流论坛 (https://lilynana.eu.org/) Powered by Discuz! X3.4