Author |
SE T610 and themes |
nneeoo Joined: Jul 21, 2003 Posts: 2 PM |
I just cant figure out a way to download theme's via wap to my phone...
I have put couple themes on my website and I can download those properly but right after download it just says: "Item not supported, cannot be downloaded"
but i can download games and ringtones like that... any hints what might i do wrong? |
|
mredd27 Joined: Jul 07, 2003 Posts: 141 From: UK PM |
You need to put a ".htaccess" file in your site (assuming your host lets you) that tells the web server what these files are. This file should contain the following text:
Code:
| 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 |
|
|
nneeoo Joined: Jul 21, 2003 Posts: 2 PM |
It's working good now... thanks mate. |
LP_Meteora Joined: Jul 20, 2003 Posts: 15 From: Bexhill-on-Sea UK PM, WWW
|
What's your wap page?
If you dont mind me asking, sorry
Colin
Thank you, thank you. I know, you love me really |
MartinZ Joined: Nov 07, 2002 Posts: 104 From: Fjelstrup, Denmark PM, WWW
|
Can I please see your WAP page, can you upload themes and then download them? |
thehix Joined: Aug 07, 2003 Posts: 8 PM |
what name should the file have ?
After edit :
I tried and the server doesn't allow to copy that htaccess file ...what can i do ??
how can i upload themes and ringtones to my tagtag.com site ?
[ This Message was edited by: thehix on 2003-08-19 21:12 ] |
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
U can get some retro themes for t610 @ wap41.com/wapchimp/t610.wml or tagtag.com/wapchimp for t68/t3*0 enjoy!
This message was posted from a T610 |
ThreeX Joined: Dec 21, 2002 Posts: > 500 From: Sweden PM |
Filename has to be .(dot)htaccess. Apache looks for a file named .htaccess which it will process whan/if found (Remember, Unix and itīs clones is very picky and definetly case sensitive!
If you know server Admin or host the server yourself you can add those lines in httpd.conf instead.
Cheers! |
dondori Joined: Feb 12, 2002 Posts: 199 From: Toronto & Middle East PM |
i like the hulk theme |
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
& it's best to use only 1 .htaccess file for your whole site (you can specify one per directory)
[addsig] |
|