vsda2008 发表于 2011-5-31 14:53:19

CI IIS 中URL重写的规则绝对好用



# 3600 = 1 hour
CacheClockRate 3600

RepeatLimit 32
RewriteRule .*\.(?:gif|jpg|png|css|js|txt|jpeg|swf) $0
#针对后缀的不重写 不重写什么自己加

RewriteRule /httpd(?:\.ini|\.parse\.errors) /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ /index.php/$1
# 其他的重写
页: [1]
查看完整版本: CI IIS 中URL重写的规则绝对好用