Sample .htaccess File:


AddType application/x-client1	 client.ex1
AddType application/x-client2	 .ex2

Here, the file client.ex1 is explicitly given the MIME type application/x-client1 rather than its default type of text/plain.

The second line maps all files with extension .ex2 to the MIME type application/x-client2.