Port 80 can use localhost to access local php files, but it won't work after changing to 8080. Port 80 is used by IIS. So how to use localhost to access local files under port 8080?
PHP中文网2017-05-16 16:59:48
The format of
URL is 协议://域名:端口/路径
。
如果端口号不写的话默认http
是80
,https
是443
,ftp
是21
。。。
协议不写的话浏览器会替你添加http
protocol.