首页 > Web开发 > 详细

apachi 设置index.html index.htm index.php

时间:2021-08-30 12:20:11      阅读:17      评论:0      收藏:0      [点我收藏+]
D:\AppServ\Apache24\conf\extra\httpd-vhosts.conf
 
DocumentRoot "D:\admin\z1"
ServerName www.z1.com
ServerAlias www.z1.com
<directory "d:\admin\z1"="">
DirectoryIndex index.php index.html index.htm
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
 
 
 
DirectoryIndex index.html index.htm index.php index.php3

apachi 设置index.html index.htm index.php

原文:https://www.cnblogs.com/csjoz/p/15201728.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!