给使用Appache网站添加重定向 在网站根目录下建立.htaccess文件 开启rewrite RewriteEngine On 默认跳转https RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)?$ https://%{SERVER_NAM