https://support.cloudflare.com/hc/en-us/articles/218411427#redirects
将 wvn.cn/* 设置301重定向到 https://52l.top/$1 的效果是
这样访问wvn.cn/hello 就会跳到 https://52l.top/hello
$1会替换第一个通配符的内容,$2会替换第二个通配符的内容,上面例子中,$1替换了*。
https://support.cloudflare.com/hc/en-us/articles/218411427#redirects
将 wvn.cn/* 设置301重定向到 https://52l.top/$1 的效果是
这样访问wvn.cn/hello 就会跳到 https://52l.top/hello
$1会替换第一个通配符的内容,$2会替换第二个通配符的内容,上面例子中,$1替换了*。