且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

启用网站变体后登录后自定义登录页面重定向

更新时间:2023-12-04 23:25:34

您好spdevkktt-使用以下代码创建文本文件(修改链接).然后在变体源页面上添加内容编辑器,然后指向该文件.

Hi spdevkktt- create a text file with the below code (modify the link). Then add a content editor on the variation source page and point to that file.

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />

  <META http-equiv="refresh" content="0;URL=https://www.YOUR REDIRECT PAGE.com/">   

<title></title></head>

<body>

</body>

</html>