aaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaa
CDCloudflare Developers
Created by martin on 2/7/2024 in #pages-help
Wildcard Subdomains in Pages (trying to migrate from vercel)
You could use a Cloudflare Worker to proxy requests. The set up would be publishing a * CNAME pointing to the Cloudflare worker. Then have the worker make a GET/POST, etc. request to the pages site.
2 replies
CDCloudflare Developers
Created by Rahilu on 9/28/2023 in #general-help
Redirection not working on new domain
Have you configured a DNS record?
4 replies
CDCloudflare Developers
Created by simpson on 8/28/2023 in #general-help
Do page rules work with Cloudflare Pages?
I think your destination URL needs to be https://[your-domain].live/$1 By the way the domain name is at the top of the screenshot.
23 replies
CDCloudflare Developers
Created by mohitgangrade on 7/22/2023 in #general-help
I'm building a SaaS, and want to allow users to use custom domains. What's the best approach?
You can make your customer’s life even easier. Unless your application requires them to have a unique subdomain on your domain, you could just get them to CNAME my-site.com and then your application reads the Host header to determine the customer
3 replies