They’re using Ghost for their blog platform but is it possible for regular users to use site.com/blog? I’ve heard that’s harder to do than blog.site.com.
Yes…
They no doubt used a reverse proxy.
You can do it by hosting it on a subdomain and then using Cloudflare workers.
2 Likes
I wonder if they just set up a simple redirect since they have access to their Cloudflare settings. Sucks that they only offer this for dedicated plans.
1 Like
It’s actually pretty cheap and easy to get a CF worker to handle complex redirections.
In fact, tmrw I’ll be doing some testing to redirect my 3 year old live app from a .sg domain with GoDaddy to a domain on CF. I can’t trust GoDaddy with URL parameter forwarding, which many parts of the app rely on.
1 Like