php配置默认页

    xiaoxiao2021-03-25  68

    一、php配置默认页,在apache 安装目录下的 conf/httpd.conf  ,添加如下图

    <IfModule dir_module>     DirectoryIndex index.html index.php index.htm l.php </IfModule>

    二、配置apache 加载PHP模块,在apache 安装目录下的 conf/httpd.conf  ,添加如下图

    三、配置完成后,一定要记得重启apache服务,否则配置无法生效。

    转载请注明原文地址: https://ju.6miu.com/read-35289.html

    最新回复(0)