balistrerinick
On my webserver which is apache I have a .htaccess file with the following contents:
AddType video/ogg .ogv
AddType application/ogg .ogg
AddType video/mp4 .mp4
AddType video/webm .webm
AddType audio/aac .aac
AddType audio/mp4 .mp4 .m4a
AddType audio/mpeg .mp1 .mp2 .mp3 .mpg .mpeg
AddType audio/ogg .oga .ogg
AddType audio/wav .wav
AddType audio/webm .webm
This file is located in the games root directory.
.htaccess is just a text file that I created in notepad.