Home >Backend Development >PHP Tutorial >phpstorm打开php文件时默认访问的端口怎么设置?

phpstorm打开php文件时默认访问的端口怎么设置?

WBOY
WBOYOriginal
2016-06-06 20:31:302256browse

phpstorm打开php文件时默认访问的端口怎么设置?
只是做一个小小的测试,发现phpstorm不像editplus一样打开php文件时默认访问80端口,有时候关闭phpstorm重新打开后还会变成访问63343端口,变来变去,不知道为什么?怎么设置成默认的80端口啊?有点强迫症,求解答,谢谢!

回复内容:

phpstorm打开php文件时默认访问的端口怎么设置?
只是做一个小小的测试,发现phpstorm不像editplus一样打开php文件时默认访问80端口,有时候关闭phpstorm重新打开后还会变成访问63343端口,变来变去,不知道为什么?怎么设置成默认的80端口啊?有点强迫症,求解答,谢谢!

自己摸索了下,想起来可以在Apache配置文件中配置listen监听多个端口,把63342和63343端口号都加上去了,这样就不怕它一直因为端口问题没法访问而需手动添加正确的端口号到地址栏。虽然没从本质上解决问题,不过不用每次访问都自己再加一个端口号到地址栏上去。。。有更好的方法,还请赐教,谢谢!

一直使用netbeans没用过phpstorm

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn