3.2.2 - 致命 - 未处理
	例如我主机 http://192.168.1.123/ 可以直接访问首页。但是
http://192.168.1.123/555 就404了,debug模式的提示:Not Found
The requested URL /index.php/555 was not found on this server.
我已经设置:URL_MODEL => 2, 开启rewrite.so,添加.htaccess, AllowOverride all。 
Linux 下的服务器是Apache,但是访问时总有index.php。请问什么原因。