以下是现在rewirte的配置该怎么改啊,把主页设成根目录下的index.html,就是访问我域名的时候直接指向index.html而不经过重写和ci框架。
[ISAPI_Rewrite]
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond URL ^/(?!adsense.txt|js|images|css|swf|imgs|inc|html|indexxx\.php|info\.txt|tool).*
RewriteRule ^(.*)$ /indexxx.php/$1 [L] |