Custom Page per specific CNAME in Zone (domain, website)

Type

New feature

Description

Custom Page per specific CNAME in Zone (domain, website)

Benefit

Hello Fine CF Support Peeps … Currently CF only supports Custom Pages based on “500 Class Errors” for the entire Zone (domain, website). It will be amazing to be able to create a custom page on a 500 response as granular as a DNS Record. This will be useful for custom maintenance pages.

Kindly implement this cool new feature and you will be added to the Christmas list (from last year … :slight_smile: )

God bless you!!

Alberto

Already exists: Custom error responses
You can match off edge error codes or cf error codes, and based on hostname, etc, and return any page you want. It’s only API right now and uses the Ruleset Engine so not the most user friendly but totally usable.
You’d want an expression like http.response.code ge 500 and http.response.code lt 600 and http.host eq "subdomain.example.com"

1 Like