使用.htaccess让http重定向到https,http跳转到https

迅恒数据中心
RewriteEngine on
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]

分类:教程帮助 百度收录 必应收录