Where do I set up a new sub domain to forward?

Do I set up a new subdomain here on cloudflare or on go daddy where I purchased the domain?

How do I take my existing sub domain (which I cannot even locate on here) and forward to a new website ?

If your nameservers on Godaddy are set to Cloudlare ones (of the form name.ns.cloudflare.com) then you can set up redirects on Cloudflare. Add the subdomain to the DNS if it isn’t already there (use A 192.0.2.1 or AAAA 100:: as dummy entries if the subdomain is just for redirection) and then set up redirections in the redirect rules…

https://dash.cloudflare.com/?to=/:account/:zone/dns
https://dash.cloudflare.com/?to=/:account/:zone/rules/redirect-rules

1 Like

Okay. It appears that they are in Cloudflare because GD is not showing it. I cannot locate where the existing one is on Cloudflare however. When I click on that first link I get redirected to the list however I cannot locate the subdomain, [booking… I only see the the main domain. Please advise?

Can you give the domain (and subdomain) names?

yes…

riversandsteel. com

booking.riversandsteel. com

The redirect from 'booking.riversandsteel.com` appears to be done on your origin. If you do a new redirect on Cloudflare, then it will happen before this one can do and so override it.

curl -I https://booking.riversandsteel.com
HTTP/2 302
date: Mon, 20 Nov 2023 21:17:37 GMT
content-type: text/html;charset=UTF-8
location: https://booking.riversandsteel.com/search-rental-properties-v2/rivers-and-steel-city-homes
set-cookie: JSESSIONID=56AEF1D8AF34A48B0E7951C437442748; Path=/; Secure; HttpOnly
strict-transport-security: max-age=31536000 ; includeSubDomains
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
cf-cache-status: DYNAMIC
report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=tKYIzbq%2FZkqVMbKXFmhttdI4y0vydyWfpvCFoisDiwzHm%2BIg5UZegtGqAXnQJV6pgKnOUpeEuI9jmzvRP%2BnrVV0qLCBAGM%2F%2FZdFvp2rKfSzLDQn6Fh9zLumMpHCyAq5Cq380JvfNx11qburSs%2BSVTPoJ8wlY85Dl%2Fg%3D%3D"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 8293b8842f3d5328-LHR
alt-svc: h3=":443"; ma=86400
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.