部署方法https://help.aliyun.com/document_detail/102450.htm
强制跳转到https和带www域名
.htaccess文件添加以下内容
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.gaofenzi.org/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^gaofenzi.org [NC]
RewriteRule ^(.*)$ https://www.gaofenzi.org/$1 [L,R=301]