重定向所有 HTTP 请求到 HTTPS
2012-05-12 11:32:53 来源:WEB开发网核心提示: RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
更多精彩
赞助商链接