1. 程式人生 > >在apache中設定訪問目錄後進入的預設頁面為index.php

在apache中設定訪問目錄後進入的預設頁面為index.php


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