This feature is available in the Business Pro plan ($99 plan).

This feature is only enabled for blog and docs websites for the following subdirectories

Enable the proxy option in Cloudflare DNS (the orange icon)

To host on a subdirectory you will need to create a Cloudflare worker to rewrite traffic from a subdirectory to Notaku websites. To do this you need to have the orange icon (the proxy option) enabled for your domain.

Screenshot 2023-02-03 at 15.18.31.png

Copy the code to paste in Cloudflare workers

The code changes for every website, copy the exact code the Notaku dashboard will show you.

  1. Click the button How to host on /subdirectory

    Screenshot 2023-02-03 at 16.23.26.png

  2. Copy the code snippet, it will be used lated in the Cloudflare worker code editor

    Screenshot 2023-02-03 at 16.18.55.png

Create the Cloudflare worker

  1. Go to cloudflare.com and log in

  2. Go to the Workers tab

    Screenshot 2023-02-03 at 15.19.58.png

  3. Click create service

  4. Name your service with something like Notaku {websiteName} and create it

    Screenshot 2023-02-03 at 15.21.05.png

  5. Click the Quick edit button and paste the Notaku code

    Screenshot 2023-02-03 at 15.23.00.png

    Screenshot 2023-02-03 at 15.27.53.png

  6. Click the Triggers tab

    Screenshot 2023-02-03 at 15.23.49.png

  7. Click add route

    Screenshot 2023-02-03 at 15.24.21.png