Apache HTTP Server 代码填写
网站目录新建 .htaccess
################################################################
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
################################################################
正文完
发表至: 未分类
2023-06-25