1. 程式人生 > >Apache設定預設頁面為index.php

Apache設定預設頁面為index.php

找到apache的配置檔案httpd.conf後找到 
<IfModule dir_module> 
    DirectoryIndex index.html index.php 
</IfModule> 
在其中新增index.php