哈哈,我来个解决方案吧
首先修改config.php
$config['index_page'] = "index.php?";
$config['uri_protocol'] = "QUERY_STRING";
然后加上
RewriteCond URL ^/(?!js|images|css|index\.php|robots\.txt).*
RewriteRule ^(.*)$ /index.php\?/$1
这样就可以了
不错,试试看
不测试了先,我先在用的Apache也不错啊。呵..
很好,一起学习研究一下,感谢分享.
不错不错
很好的文章浅显易懂
good job..
如何解决 图片 \CSS 的路径问题
试了,没用。iis7 CI2.x
不错