Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

PHP怎么设置默认首页

[复制链接]
mingdo 发表于 2008-3-24 20:12:25 | 显示全部楼层 |阅读模式
找到httpd.conf
把DocumentRoot "e:/AppServ/www"
换成
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
        ServerAdmin webmaster@localhost
        ServerName fhlc.meibu.com
        DocumentRoot "e:/AppServ/www"
        AddDefaultCharset GB2312
</VirtualHost>
DocumentRoot "e:/AppServ/www"

NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
        ServerAdmin webmaster@localhost
        ServerName localhost
        DocumentRoot "e:/AppServ/www"
        AddDefaultCharset GB2312
</VirtualHost>
DocumentRoot "e:/AppServ/www"
就OK拉``````````````````
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-19 14:54 , Processed in 0.019594 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表