Mime type

Mime type SearchSearch
Author Message
Anonymous
 
Posted on Saturday, February 28, 2004 - 02:16 pm:   

How do we add in the neccesaary mime types in my apache webserver? is it in the http.conf?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2045
Registered: 10-2002
Posted on Wednesday, March 10, 2004 - 01:48 am:   


quote:

How do we add in the neccesaary mime types in my apache webserver? is it in the http.conf?




Generally, either httpd.conf, or .htaccess.

If you have access to httpd.conf, it is a better solution if you can modify that file. (httpd.conf is only read at start-up, whereas .htaccess can be modified while the server is running.)
Anonymous
 
Posted on Wednesday, March 10, 2004 - 03:40 am:   

what shd we add inside the httpd.conf then?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2062
Registered: 10-2002
Posted on Wednesday, March 10, 2004 - 04:39 pm:   


quote:

what shd we add inside the httpd.conf then?




The MIME type that you want to add to the web server.

I don't have enough information on what MIME type you are trying to add.

I'm going to guess that you are creating a binary MMS message file that you wish to send a notification for?

If so, then the following would be what you would add:

AddType application/vnd.wap.mms-message .mms