OpenLiteSpeed的常用重写规则和头部操作
1、http 301 to https .htaccess规则【@ to www视具体情况增减】
1.1、虚拟主机—重写—重写规则
RewriteCond %{HTTPS} off [OR] |
1.2、http to https
RewriteEngine On |
2、启用HSTS
虚拟主机—资源集—static—头部操作
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Eber的小窝!
评论