用逗号分隔用户名
Apache RewriteEngine On # redirect all non-www to https www RewriteCond %{HTTP_HOST} !^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://www.%1/$1...