Custom MIME types?

hi, i was wondering how i can add custom MIME types. i’m trying to get ruffle working, but it crashes because the MIME type for .wasm files don’t exist.

PHP isn’t serving the files so I don’t know if you can set the MIME types for files.

However, Apache is the actual server configuration software, so you can set the MIME types in an .htaccess file
http://www.htaccess-guide.com/adding-mime-types/

5 Likes

thanks, ill try it out

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.