##如果有错误http://bbs.temmoku.cn/category/2/articles_1.shtml
<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php?/temmoku_dirs=$1 [QSA,PT,L]
</IfModule>