我在我的頁面中有幾個鏈接。當我在http://
打開網頁,它工作得很好(正確地去http://www.example.com/path/to/page
但https://
打開時,當我點擊鏈接,它帶給我www.example.com:443/path/to/page
相反,它給了我一個400錯誤:https://鏈接轉到:443本身
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
我敢肯定,我的鏈接目標都很好(我使用相對路徑)。我怎樣才能解決這個問題呢?