http强制301跳转https方法大全
Apache服务器:如果需要整站跳转,则在网站的配置文件的<Directory>标签内,键入以下内容:RewriteEngine onRewriteCond %{SERVER_PORT} !^443$RewriteRule ^(.*)?$ https://%{SERV
Apache服务器:如果需要整站跳转,则在网站的配置文件的<Directory>标签内,键入以下内容:RewriteEngine onRewriteCond %{SERVER_PORT} !^443$RewriteRule ^(.*)?$ https://%{SERV
在根目录下创建.htaccess文件 然后将如下代码写入到文件即可,请将tag.gg更换为您的域名.
完整的Nginx配置文件,以及http及https顶级域名跳转到https://www.tag.ggserver {
listen 80;
listen 443 ssl http2;
ssl_certificate /usr/local/nginx/conf/ssl/www