How to bind the ip address and port of the local computer to a custom domain name in the windows hosts file

Source: Internet
Author: User
How to bind the ip address and port of the local computer to the custom domain name in the hosts file of the windows system is the php integrated environment PhpStudy, and a site is set up:


The system file is written as follows:

#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

192.168.1.222: 3034 www.yyg.cn

//////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////////// ///

However, if you enter www.yyg.cn directly, you cannot access the website. you can only access the website using the ip address + Port 192.168.1.222: 3034. Please check the reason and find out what is wrong.


Reply to discussion (solution)

192.168.1.222 localhost

The port is not used in this way.
The host file cannot contain a port.
The url domain name accessed by the browser is followed by a port.

Http://www.cmhello.com/phpstudy-1.html

Okay, I have found a solution. thank you for choosing one.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.