View Single Post
Old 04-11-2006, 11:41 AM  
Antonio
Too lazy to set a custom title
 
Antonio's Avatar
 
Join Date: Oct 2001
Location: Spartaaaaaaaaa
Posts: 14,136
Quote:
Originally Posted by devilspost
Apache
Ensure that you have server administration privileges. If you do not have these privileges, ask your server administrator to update these MIME type extensions.
Change directories to <apache_root>/httpd/conf.
Edit the file srm.conf.
Add the following lines to the end of the file, or to where the other AddType video/* entries are found:
AddType video/x-ms-asf asf asx
AddType audio/x-ms-wma wma
AddType audio/x-ms-wax wax
AddType video/x-ms-wmv wmv
AddType video/x-ms-wvx wvx
AddType video/x-ms-wm wm
AddType video/x-ms-wmx wmx
AddType application/x-ms-wmz wmz
AddType application/x-ms-wmd wmd

If you add these to the end of the file, make sure that the file ends with a blank line.

Save changes and quit the editor.
Restart the Web server

http://msdn.microsoft.com/library/de.../html/mime.asp
heh man, I read your post last night but I need this for p2p so this wont do it for me, but I'm sure it'll help a lot of people ;)
Antonio is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote