On Mon, Mar 05, 2007 at 11:44:18AM -0800, S'orlok Reaves wrote: > > Ooh.. never got that one before... Right now I need > some sleep, but if you can give me some advice on what > the content-type should be, and how to change it (our > school's Linux accounts have a "public_html" folder > where we put things to make them magically appear on > the web) then I'll give it a go tomorrow (e.g., by > midnight.) > > (->SR >
Your server, www.comp.nus.edu.sg is running Apache 1.3. You need to put an AddType directive in your .htaccess file. it is documented here: http://httpd.apache.org/docs/1.3/mod/mod_mime.html#addtype You probably want something like: AddType text/vnd.sun.j2me.app-descriptor .jad Although, really I am not sure about what content type it actually expects. I just guessed text/vnd.sun.j2me.app-descriptor based on a quick google search. Also, if for some reason www.comp.nus.edu.sg has forbidden the use of AddType in .htaccess files, then you are out of luck :( --- Bob the Hamster _______________________________________________ ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
