Donsen老师,我的还是没有看到奇迹;-)
为啥就是不成功跳转?


config

.htaccess配置文件内容
<Ifmodule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</Ifmodule>
.htaccess配置文件位置

Apache配置文件改了

