MIME types tell browsers how to interpret file formats. Adding or correcting MIME types ensures files download or display correctly.
Add a MIME type
- Go to Advanced Features → MIME Types.
- Select the domain.
- Click Add MIME Type.
- Enter the file extension (for example
.webp) and the MIME type (for exampleimage/webp). - Save.
Common use cases
- Serving modern image formats not in default configuration.
- Forcing specific file types to download rather than display.
- Supporting custom application file extensions.
Incorrect MIME types can cause browsers to mishandle files. Use official IANA MIME type values when possible.