我是靠谱客的博主 瘦瘦溪流,最近开发中收集的这篇文章主要介绍iis配置网址(主机名),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

一直以来,经常弄不成功关于网址的问题。

今天查了下资料

首先,找到你的文件:C:WindowsSystem32driversetc的hosts文件,直接用记事本打开


# 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.
#	127.0.0.1
localhost
#	::1
localhost
192.168.13.162
www.woshie.com


如上图显示的,你可以在下边加上你的ip和网址名称,记住,不要加#号 ,#号为注释的意思。

然后假如你想要网址栏只显示你加的网址,端口设置为80;若网址想要多用,修改端口即可。网址栏显示为:www.xxx.com:8008;


最后

以上就是瘦瘦溪流为你收集整理的iis配置网址(主机名)的全部内容,希望文章能够帮你解决iis配置网址(主机名)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(48)

评论列表共有 0 条评论

立即
投稿
返回
顶部