win7环境 xampp 配置virtualhost 问题
程序员文章站
2022-05-07 18:50:38
...
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 webmaster@dummy-host.example.com
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
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 webmaster@dummy-host.example.com
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
回复讨论(解决方案)
遇到什么问题了?
访问localhost直接指向到设置的www.ucobub.com 那个路径去了,
你没有指派 localhost 当然就是这样
谢谢楼上的赐教
推荐阅读
-
win7 wamp 64位 php环境开启curl服务遇到的问题及解决方法
-
PHP集成环境XAMPP的安装与配置
-
springboot多模块多环境配置文件问题(动态配置生产和开发环境)
-
virtualbox win7 iis 由于扩展配置问题而无法提供您请求的页面
-
LNMP环境下,解决项目缓冲慢、502以及配置https的问题
-
win7系统配置php+Apache+mysql环境的方法
-
win7 下搭建sublime的python开发环境的配置方法
-
关于不懂Chromedriver如何配置环境变量问题解决方法
-
解析Win7 XAMPP apache无法启动的问题
-
PHP集成环境XAMPP的安装与配置