Add Route to Cloudflare Pages

Under a website one can select Workers and then Add a route to a specific worker service. for example:

example.com/abc/123 → worker123.myaccount.workes.dev

I know custom domains or subdomains can be used in pages, but is there a way to have a route/path for an existing domain point (not browser redirect) to a pages app? like:

example.com/abc/123 → example123.pages.dev

admittedly, there may be some tech challenges or drawbacks to allow this that i’m not thinking of right now.

Currently, no - you’d need a Worker on that route that does it for you.

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