This page is about Caddy 1 and will go away soon because Caddy 2 is now available. Click here for Caddy 2.

User Guide

http.ext

ext allows your site to have clean URLs by assuming a file extension when the path of the URL does not end with one.

An extension in the URL is detected by checking the last element of the path for a dot (.).

Syntax

ext extensions...

Examples

Suppose you have a file called /contact.html. You could serve that file at /contact by having Caddy try .html files.

To try .html, .htm, and .php in order:

ext .html .htm .php

Need help with this feature?

Join us in the Caddy forum, where the open source community gathers to share their knowledge.

Does your company use Caddy?

Purchase a commercial license to use Caddy with your business and for basic email support, along with other benefits!