一般是CDN导致,可将代码改成:RewriteEngine OnRewriteCond %{HTTP:X-Forwarded-Proto} =httpRewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]