启用网站变体后登录后自定义登录页面重定向 [英] Custom login page resdirection after logging in when Site Variation is enabled

查看:80
本文介绍了启用网站变体后登录后自定义登录页面重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个自定义登录页面(要求认证FBA).我的网站启用了网站变体.因此,每当我登录时,它也需要我浏览网站变体源页面.我想将用户重定向到其他页面而不是网站变体源网站.任何指针

I have a custom login page (claims authentication-FBA).I have site variations enabled in my site. So whenever i login it takes me too site variation source page. I want to redirect users to another page instead of site variation source site.Any pointers on how to do it will be helpful.

推荐答案

您好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>


这篇关于启用网站变体后登录后自定义登录页面重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆