tp3部署Apache No input file specified 解決方案

重寫入口文件.htaccess文件
在index.php 後面加上?

<IfModule mod_rewrite.c>
AddType text/cache-manifest manifest 
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章