View Single Post
Old 03-16-2005, 12:20 PM   #21
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default Apache for president...

Please Login to Remove!

Quote:
Originally Posted by Entropy666
I know this to not be a fact as long as your allowed to add .htaccess files to the directory in question you can add any MIME type you want even if you arent a webmaster. Not only that it is really simple to setup a simple directory structure that even blackberrys will love here let me break it down for you guys.

You create a text file and write in it these following things:
Options +Indexes
addType audio/adpcm adp
The first one allows you to browse the website folders contents and only that folder and the second one adds the mime types for adp simple as that. you can also add these two if you want to be able to upload Jar and Jad files to be able to do over the air downloads:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
HOPE THAT HELPS
Only if your web server is Apache ( well... if it's not, it should be ;) )
Offline   Reply With Quote