how can I force to visit my site by 80 port?

前端 未结 2 900
时光取名叫无心
时光取名叫无心 2021-01-26 18:34

I created one website on Firebase, now I want to move the website out from firebase. On the new hosting server, the website url keeps visiting 443 port.

How can I force

2条回答
  •  孤城傲影
    2021-01-26 18:59

    Your new host probably has SSL configured for your site (https). Disable SSL to revert to port 80 (http).

提交回复
热议问题