当前位置:首页 > 科技 > 正文

国内高防部署证书后,自动301跳访问https

注意:

1、规则里面的域名替换为实际域名

2、服务器内不需要开启部署

3、宝塔面板不要开启强制

apache环境:

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{]

RewriteCond %{受影响

RewriteRule ^(.*)$ ]

</IfModule>

Nginx环境:

server

listen 80;

server_name abc.com;

#亚数机房CDN部署的SSL在自身网站server配置节中添加下面代码

if ( $' ){

rewrite ^(.*) 对应修改为您自已的域名

Windows系统 IIS7及以上版本

<?xml version="1.0" encoding="UTF-8"?>

展开全文

<configuration>

<system.webServer>

<rewrite>

<rules>

<rule name="301" stopProcessing="true">

<match url="^(.*)$" ignoreCase="false" />

<conditions logicalGrouping="MatchAll">

<add input="{;

</conditions>

<action type="Redirect" url=";

</rule>

</rules>

</rewrite>

</system.webServer>

</configuration>

Windows2003系统 IIS6环境

RewriteEngine On

RewriteCond %{]

RewriteRule ^(.*)$ 对应修改为您自已的域名

RewriteCond %{

RewriteRule ^(.*)$ 对应修改为您自已的域名