Author |
How can I download themes? |
davygee Joined: Jul 20, 2003 Posts: 1 PM |
I have setup my own wap site, but I am having problems downloading my themes from it.
I can download wallpapers from it no bother using wap through my t610, but when I come to download a theme it says its an unrecognisable format....do I have to upload themes in any particular way?
Please help |
|
spike731 Joined: Jul 18, 2002 Posts: 124 PM |
Whats the url?.
This message was posted from a T68i |
ivanova Joined: Jun 30, 2003 Posts: 52 From: South Africa PM |
Your server have to support the MIME type for themes. This tells your phone what filetype belongs to what file extention. If your server is using Linux/unix, try uploading the following file as '.htaccess' to the root of your site :
DirectoryIndex index.wml index.html
addtype text/vnd.wap.wml wml
addtype application/vnd.wap.wmlc wmlc
addtype application/vnd.wap.wmlscriptc wmlsc
addtype text/vnd.wap.wmlscript wmls
addtype image/vnd.wap.wbmp wbmp
addtype text/x-vmel mel
addtype audio/imelody imy
addtype text/x-vmel emy
addtype application/vnd.sonyericsson.mms-template tpl
addtype application/vnd.eri.thm thm
addtype application/vnd.mophun.application mpn
addtype application/vnd.mophun.certificate mpc
addtype text/x-vcalendar vcs
addtype text/x-vcard vcf
addtype text/x-vnote vnt
addtype application/octet-stream amr url
These are all the different MIME types you'll need.
Note that some servers won't allow you to make a file named .htaccess. You'll have to ask the host to add these mimetypes for you then.
BTW next time use the search
|
|