Setup
1
Create the error folder
In the root of your storage zone, create a folder named
bunnycdn_errors.2
Upload your 404 page
Create a file named
404.html with your custom HTML content and upload it to the bunnycdn_errors folder.To return an image instead, upload a file named 404.png and remove any 404.html file.3
Verify
Navigate to a non-existent URL on your Pull Zone to confirm your custom 404 page appears.
Folder structure
What a visitor gets
- The response status is
404, not200. Your page is the body of a real 404. - The page carries
Cache-Control: no-cache, so the CDN caches no missing path, and every one of them reaches the origin. - While the zone ignores query strings, which is its default,
?v=2is not a way to re-test a path. Request a new path instead.
This feature only works when your Pull Zone origin is a Bunny Storage Zone.
For external origins, configure 404 handling on your origin server.
An Edge Script on the zone changes nothing here. The uploaded
page still answers a missing path. A script that answers the path itself wins,
because the request never reaches storage. So a script is how a site serves a
different error page per deploy, per hostname, or per environment. One
folder in one zone cannot do that.
bunny sites does it with the
404.html from your build.