1.如果訪問(wèn)項(xiàng)目時(shí),返回如下內(nèi)容:
No input file specified.
public目錄下的.htaccess文件修改為如下內(nèi)容
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)index.php [L,E=PATH_INFO:1]
</IfModule>.