index.html -> home.html
How to I make cloudflare server my home.html file by default instead of index.html file?
1 Reply
you should be able to achieve that with a transform rule, which you can create here: https://dash.cloudflare.com/?to=/:account/:zone/rules/transform-rules/rewrite-url/new
-> if the path ends with a /, append
home.html
to it, see screenshot
and you can further filter the path to only perform this for certain subdomains, or paths, or anything