.htaccess设置301跳转到ssl证书加密https链接

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://blog.hvhoo.net/$1 [R=301,L]
</IfModule>

点赞