博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
本地绑定虚拟域名进行测试
阅读量:6644 次
发布时间:2019-06-25

本文共 1049 字,大约阅读时间需要 3 分钟。

 

一:在本地进行测试时,除了使用localhost,还可以使用虚拟域名,文件地址:C:\Windows\System32\drivers\etc

 

 

二:打开进行修改

# Copyright (c) 1993-2009 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file contains the mappings of IP addresses to host names. Each# entry should be kept on an individual line. The IP address should# be placed in the first column followed by the corresponding host name.# The IP address and the host name should be separated by at least one# space.## Additionally, comments (such as these) may be inserted on individual# lines or following the machine name denoted by a '#' symbol.## For example:##      102.54.94.97     rhino.acme.com          # source server#       38.25.63.10     x.acme.com              # x client host# localhost name resolution is handled within DNS itself.       //前边不能加“#”号     把localhost换成 虚拟域名    127.0.0.1               shop.wdsyzk.com      123.57.173.134      iZ25xwydbbmZ

三:发布网站时,其他地方都不需要动,只要修改 主机名这个地方就好

 

四:在地址栏输入虚拟域名即可 注意:需要在域名后添加端口号

 

转载于:https://www.cnblogs.com/xiaoyaodijun/p/5223267.html

你可能感兴趣的文章
增量/存量数据按时间维度分组
查看>>
WPF QuickStart系列之样式和模板(Style and Template)
查看>>
应用模型
查看>>
开源项目与许可证
查看>>
深入浅出JSON
查看>>
Servlet的声明周期里究竟怎么做的?
查看>>
有关性能测试协议选择问题
查看>>
JMeter学习笔记01-安装环境
查看>>
php二次开发以及垃圾回收机制
查看>>
转载《Data Guard Broker基础》
查看>>
Redhat openstack6.0的安装
查看>>
交换机套装书获京东网双重重磅推荐
查看>>
演示:设置密码长度限制、密码加强
查看>>
Hadoop系列之三:函数式编程语言和MapReduce
查看>>
模版(Template)在框架API设计之妙用
查看>>
IP数据包经由路由转发的时候,源ip和目的IP是否改变
查看>>
Open-E DSS V7 应用系列之七 卷组和卷的管理
查看>>
Installing Oracle Database 18c Using RPM Packages
查看>>
AD恢复(3)使用AD回收站
查看>>
C++static成员函数和static成员的学习
查看>>