This commit is contained in:
iimtt@siliconpin.com
2025-09-18 05:49:30 +00:00
parent c615cff838
commit d05afe25d7
7 changed files with 2865 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]