seo技巧:http站点跳转到https
Apache下项目根目录RewriteEngine on RewriteBase / RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]首页301方式重定向$schem...