Please ask about domain name resolution and technical issues
极世2018-09-26 10:18:10
0
5
1591
Asking you a technical question, if I don’t do 403 in the space, can I resolve xxps.com to www.xxps.com through cname through domain name resolution, so that access to xxps.com can go directly to www.xxps .com
record type that can be set in domain name resolution has an implicit url. Just point the value to the domain name you want to jump to. The browser will still display xxps.com, but in reality The one you visit is www.xxps.com
If it is domain name resolution, then do a 301 redirect. If it is not necessarily domain name resolution, you can consider doing a jump on the domain name xxps.com,
It has been confirmed that it can be accessed, but it cannot be accessed from xxps.com to jump to www.xxps.com; is there any way to do this in domain name resolution?
For Alibaba Cloud, the
record type that can be set in domain name resolution has an implicit url. Just point the value to the domain name you want to jump to. The browser will still display xxps.com, but in reality The one you visit is www.xxps.com
If there is an explicit url in
, this one will be redirected directly
If it is domain name resolution, then do a 301 redirect. If it is not necessarily domain name resolution, you can consider doing a jump on the domain name xxps.com,
It has been confirmed that it can be accessed, but it cannot be accessed from xxps.com to jump to www.xxps.com; is there any way to do this in domain name resolution?