<IfModule mod_rewrite.c> #开启重定向 RewriteEngine on #强制使用https访问 RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}$1 [L,R] </IfModule>