我也反对这一点。我也在安装Code Igniter。
古怪的不是Rewritebase。这是我的.htaccess:
DirectoryIndex index.phpRewriteEngine onRewritebase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond $1 !^(index.php|robots.txt)RewriteRule ^(.*)$ index.php?/$1 [L]


