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.