Redirecting a subdomain

Hi, so I need to redirect a subdomain to an external page. For example:

help.my-webflow-site.com

should redirect to an external page.

The external page (not set up through webflow) is actually also a subdomain of my-webflow-site.com

Thank you!

Webflow has redirect options for domains under Project Settings > Hosting:

If your domain is hosted somewhere else, they should have similar options.

Thanks. The subdomain is hosted with webflow. I just need to have it forwarded to an external page. But Webflow only allows me to redirect pages that begin with /

Any thoughts?

Hey @simmyd! Have you found a solution for this yet?
I would be really interested!

Thanks!
Jakub

Hey @simmyd Did you find a solution to this? I’m also struggling with the same issue.

Anyone hear of a resolution for this? I’m having the same issue.

So you have:

help.my-webflow-site.com

Which you want to redirect to:

please-help.my-webflow-website.com

Considering that your DNS records are not managed within Webflow, you need to set up this redirection directly with your DNS registrar (GoDaddy, etc).

Anyone solved it with CloudFlare?

Yes, this is what you want.
https://support.cloudflare.com/hc/en-us/articles/218411427-Understanding-and-configuring-Cloudflare-Page-Rules-Page-Rules-Tutorial-

Yes, but how? Can’t figure out how to achieve with DNS or 301 redirects

Most of the posts here aren’t clear where the subdomain DNS records are pointing. If you have them configured to point to Webflow, then you should be able to use Webflow’s redirection to redirect them elsewhere.

In Webflow’s redirects table, it would look like this;

https://help.my-webflow-site.com/https://please-help.my-webflow-website.com/

However I’m not sure why anyone would want to do this. In most [ not all ] modern DNS setups, URL redirection is built in as a capability, so it’s typically easier to handle subdomain redirection there.