2017-09-19 19 views

回答

0

如果你可以改變你的虛擬主機,這是最簡單的方法:

Redirect permanent/https://mosaicwebsolution.com/ 

實施例:

<VirtualHost *:80> 
    ServerName mosaicwebsolution.com 
    ServerAlias www.mosaicwebsolution.com 

    Redirect permanent/https://www.mosaicwebsolution.com/ 
</VirtualHost> 
相關問題