我有下面的代码,这些代码应该同时适用于域名和子域名重定向到https。
但是,实际上,它将所有重定向到主域名。
举例说明。
Main domain - example.com and www.example.com
Sub Domain - aa.example.com and www.aa.example.com
这是我的密码..。
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(aa|bb)\. [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_