無法載入index.php的解決方案:先找到並開啟「httpd.conf」檔案;然後加入內容為「DirectoryIndex index.hmtl index.php」;最後修改「httpd-vhosts.conf」文件即可。
推薦:《PHP教學》
存取專案時,無法自動載入index.php檔案
1、修改設定檔D:\lamp\apache\conf\httpd.conf加上DirectoryIndex index.hmtl index.php
<IfModule !mpm_netware_module> DirectoryIndex index.hmtl index.php <IfModule !mpm_winnt_module>
2、第二中方法:
修改D:\lamp\apache\conf\extra\ httpd-vhosts.conf的檔案加上
Options +Indexes DirectoryIndex index.php index.html
以上是無法載入index.php怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!