把以下代码加入到 .htaccess中

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://eqblog.com/$1 [R,L]