我正在尝试管理我当前的域清单,我不希望它们只是根据请求生成连接错误或登陆注册商的默认页面。
是否可以将所有域重定向到某个域,然后将该域重定向到另一个域,并能够处理“堆栈”中的所有重定向请求?
Example:
Primary Domain (primary.com)
Landing Domain (landing.net) (redirected to primary.com)
Domain Inventory (all redirected to landing.net)
我要问的是.. 随着我的整个库存进入该登陆域,我可以配置该登陆域的重定向以在请求中进行第二次重定向吗?
randominventorydomain.net => landing.net => whatever is specified for landing.net's redirection
我想这将被称为双重重定向?
感谢您提供任何帮助。