解决1: .htaccess
<IfModule rewrite_module>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
本文出自 “触手可及” 博客,请务必保留此出处http://liuyongjack.blog.51cto.com/7959010/1695126
Not Found The requested url path was not fund on this server
原文地址:http://liuyongjack.blog.51cto.com/7959010/1695126