|
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
RewriteRule /(?:index\.php|css|images|upload|JS|Items|system/application/plugins/Edit|uploadfile)/(.*) $0 [I,L]
RewriteRule /robots\.txt $0 [I,L]
RewriteRule /(.*) /index.php\?/$1 [I,L]
请高手指点一下。。。
|
|