环境:
1)WIN2003(X86)阿里云ECS
2)apache2.2(启用vhosts.conf)
步骤:
1)打开apache\conf\extra\httpd-vhosts.conf
2)在 VirturalHost标签对中输入DirectoryIndex index.php //index.php即为网站默认首页
<VirtualHost *:80>
DocumentRoot D:\www\abc
ServerName www.abc.com
DirectoryIndex index.php
</VirtualHost>
本文介绍如何在阿里云ECS上运行的WIN2003系统和Apache2.2环境中设置网站默认首页为index.php。通过编辑httpd-vhosts.conf文件并添加相应配置实现。
2884

被折叠的 条评论
为什么被折叠?



