筆記一下Godaddy host http to https 的設定方法




在 .htaccess 的尾巴加上這樣即可

RewriteCond %{HTTPS} !on
RewriteCond %{HTTP_HOST} ^www\.yourdomainhere\.com*
RewriteRule ^(.*)$ https://www.yourdomainhere.com/ [L,R=301]

我的Drupal 7有安裝轉換的模組(Secure Pages (securepages),https可以用,BUT http 也能用,不會自動跳轉,因此需要在 .htaccess加工一下

不過由於每次drupal core有更新時,那支檔案也會隨著被更新,所以這裡須留意

留言

熱門文章