启用了 SSL

环境太凶险,Dreamhost 支持免费的 Let’s Encrypt介绍), 所以就给 lihua.me / glz.me / GuoWeiming.com 等一些网站都配置上了。

另外 lihua.me 启用了 Really Simple SSL 扩展将 Http 重定向至 Https 。Really Simple SSL 实际上在 .htaccess 中添加了这么一段:

# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.2]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
# END rlrssslReallySimpleSSL

有故障,删除就行了。

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注