How to Host a Blog on a Subdirectory Instead of a Subdomain
If you want to learn more, you can read this article by ButterCMS: Blog Subdomain or Subdirectory?
Everything can be done from the Cloudflare Dashboard, and from the comforts of your text editor.
Add a Cloudflare WorkerGo to Cloudflare Dashboard.
const url = new URL ( request .url); // Swap out the subdirectory with the subdomain to request the actual URL.
const url = new URL ( request .url); // Swap out the subdirectory with the subdomain to request the actual URL.
2 часа назад @ davidma.org
infomate
