查看單個文章
  #5  
舊 2016-09-23, 04:54 PM
cathaylist cathaylist 目前離線
進階會員
 
註冊日期: 2008-02-23
文章: 277
預設

一般不是都用 .htaccess 做這件事嗎? 這樣crawler也才知道不是?

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
回覆時引用此篇文章