xampp重定向到其他端口

问题描述

我购买了一个域。例如:myhost.com 然后我做了一个子域例如:sa.myhost.com

现在myhost.com正在使用80端口。 我想使用具有81端口的sa.myhost.com。

以下是我的vhost.conf

<VirtualHost *:80>
ServerAdmin myhost.com
DocumentRoot "F:/xampp/htdocs/myhost/"
ServerName myhost.com
<VirtualHost *:81>
ServerAdmin sa.myhost.com
DocumentRoot "F:/xampp/htdocs/sa-myhost/"
ServerName sa.myhost.com

如果在此之上使用,则必须为此使用sa.myhost.com:81。但是我不要这个。

我想在浏览器中使用不带81的sa.myhost.com。如何解决这个问题。 感谢收看

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)