win7环境 xampp 配置virtualhost 有关问题
程序员文章站
2022-06-08 18:12:43
...
win7环境 xampp 配置virtualhost 问题
virtualhost配置文件修改如下: 打开localhost进入的是www.ucobub.com,配置文件如下有什么问题请帮忙指教。
1、配置文件:C:\Windows\System32\drivers\etc\hosts
# localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
# ::1 localhost
127.0.0.1 localhost
127.0.0.1 www.ucobub.com
2、配置文件 :E:\xampp\apache\conf\extra\httpd-vhosts
# DocumentRoot 是网站文件存放的根目录
# ServerName 是网站域名, 需要跟 DNS 指向的域名一致
#
ServerAdmin [email protected]
DocumentRoot "E:\xampp\htdocs\ucenter"
ServerName www.ucobub.com
ErrorLog "logs/ucobub.com-error.log"
CustomLog "logs/ucobub.com-access.log" common
3、配置文件:E:\xampp\apache\conf\httpd.conf
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
virtualhost配置文件修改如下: 打开localhost进入的是www.ucobub.com,配置文件如下有什么问题请帮忙指教。
1、配置文件:C:\Windows\System32\drivers\etc\hosts
# localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
# ::1 localhost
127.0.0.1 localhost
127.0.0.1 www.ucobub.com
2、配置文件 :E:\xampp\apache\conf\extra\httpd-vhosts
# DocumentRoot 是网站文件存放的根目录
# ServerName 是网站域名, 需要跟 DNS 指向的域名一致
#
ServerAdmin [email protected]
DocumentRoot "E:\xampp\htdocs\ucenter"
ServerName www.ucobub.com
ErrorLog "logs/ucobub.com-error.log"
CustomLog "logs/ucobub.com-access.log" common
3、配置文件:E:\xampp\apache\conf\httpd.conf
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
- 最新文章
- 热门排行
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论