现在遇到这个问题,htaccess重写了过后不能  解析js和css等文件了。。
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule    ^$ index.php [L]
RewriteRule    (.*) index.php [L]
</IfModule>帮帮忙!