I’m being asked if we can “do a subdomain URL redirection”. Right now we have found 'https://developers.cloudflare.com/rules/url-forwarding/single-redirects/create-dashboard/'
and are unclear on the ‘subdomain’ part. Basically does this support redirection from http[s]://site.com/ to http[s]://site.com/mail/ ??
Update: specifically, we’re wanting to redirect from [Preformatted text](http://subdomain.host.com)
to [Preformatted text](http://outlook.office.com)
. Can we do this in cloudflare?
Yes, you can do that. Redirect subdomain.host.com
to https://outlook.office.com
.
Ensure you also have a DNS record for subdomain.host.com
. Use a dummy value of A 192.0.2.1 or AAAA 100:: as there’s no real server to point to for a redirect like this.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.