安静的优化:好的,谢谢!回到原帖
 麻烦版主了,这个问题怎么解决!
图片:QQ截图20160106183430.png
 
伪静态规则:
<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>