Author |
Configure server |
marlonxp Joined: Dec 11, 2003 Posts: > 500 From: Somewhere PM, WWW
|
Could some one help me configure a server for wml,mpn,jar,jad,midi,amr,mp3,3gp,mp4, dont remember the other formats. I am creating a wap/xhtml site I also need a guestbook.
wap.marlonhall.com |
|
scotsboyuk Joined: Jun 02, 2003 Posts: > 500 From: UK PM, WWW
|
@marlonxp
wapchimp is your man. What he doesn't know about wap sites would fit in the margin of an ant's diary.
_________________
"I may be drunk my dear woman, but in the morning I will be sober, and you will still be ugly." WSC
[ This Message was edited by: scotsboyuk on 2004-12-06 14:55 ] |
ThreeX Joined: Dec 21, 2002 Posts: > 500 From: Sweden PM |
What server are you/will you be running? Apache? IIS?
I use(d) a php-based wapsite under Unix/Apache, i could try to find that for you if you like.
Happy owner of: Ericsson GH198, S868, SH888, R310s, T10s, T28s, A2618s, T39m x2, T68m, T66, SE t68i, T610, S700i, Nokia 2110i, 6210, 8310, 8850, 8890 and 6680 Siemens S55 |
marlonxp Joined: Dec 11, 2003 Posts: > 500 From: Somewhere PM, WWW
|
I believe its Unix/Apache so where u at wapchimp help me out.
wap.marlonhall.com |
marlonxp Joined: Dec 11, 2003 Posts: > 500 From: Somewhere PM, WWW
|
wapchimp where u at???
wap.marlonhall.com |
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
right here give me 2 secs
paste this into a text file and call it htaccess
Then upload to your root directory (htdocs usually) and rename it from htaccess.txt to .htaccess
AddType application/vnd.eri.thm .thm
AddType audio/imelody .emy
AddType audio/imelody .imy
AddType text/x-vmel .mel
AddType application/vnd.mophun.application .mpn
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
AddType text/vnd.wap.wml wml
AddType audio/amr amr
AddType audio/midi mid
AddType audio/midi midi
AddType audio/mp3 mp3
AddType application/vnd.Nokie.ringing-tone rng
AddType application/vnd.symbian.install sis
AddType application/vnd.wap.wmlc wmlc
AddType text/vnd.wap.wmlscript wmls
AddType text/vnd.wap.wmlscript wmlsc
AddType application/vnd.wap.sic sic
AddType text/vnd.wap.si si
AddType text/vnd.wap.sl sl
AddType application/vnd.wap.slc slc
AddType text/x-vCalendar vcs
AddType text/v-vCard vcf
AddType application/vnd.nokia.gamedata nqd
AddType application/x-nokiagamedata ngd
AddType image/vnd.wap.wmbp wbmp
AddType image/x-bmp bmp
AddType image/x-epoc-mbm mbm
AddType image/vnd.nok-3dscreensaver n3a
AddType text/x-co-desc cod
AddType image/vnd.nok-oplogo-colornokia-op-logo nok
AddType application/x-pmd .pmd
AddType audio/vnd.qcelp .qcp
AddType application/x-smaf .mmf
The file is invisible to the server and when you browse your web directory.
It tells the server how to handle each file type
[ This Message was edited by: wapchimp on 2004-12-06 17:10 ]
[ This Message was edited by: wapchimp on 2004-12-06 17:11 ] |
marlonxp Joined: Dec 11, 2003 Posts: > 500 From: Somewhere PM, WWW
|
Im happy to hear
wap.marlonhall.com |
DSF Joined: Dec 01, 2002 Posts: > 500 From: Romania PM, WWW
|
In adition to mr. wapchimp you can add also
---
AddType audio/x-wav wav
AddType audio/midi kar
AddType audio/rmf rmf
AddType image/jpeg jpg
AddType image/jpeg jpeg
AddType image/gif gif
AddType image/png png
AddType image/bmp bmp
AddType video/3gpp mp4
AddType video/3gpp 3gp
AddType text/x-emelody emy
---
wapchimp the mime type for "emy" is wrong in your list
|
wapchimp Joined: Jun 09, 2002 Posts: > 500 From: Land of the chimps PM, WWW
|
never mind - who uses emy's anyway
[addsig] |
DSF Joined: Dec 01, 2002 Posts: > 500 From: Romania PM, WWW
|
Quote:
|
On 2004-12-06 20:09:43, wapchimp wrote:
never mind - who uses emy's anyway
|
|
retro userz
@marlonxp: and DON'T ever use spaces in your filenames! Some wap users (that's depends by the user's data configurations & operator) will not be able to download the files.. i'm telling you from my own experience.. i can't download filenames with spaces using my WAP account
|
marlonxp Joined: Dec 11, 2003 Posts: > 500 From: Somewhere PM, WWW
|
thanx guys
wap.marlonhall.com |
marlonxp Joined: Dec 11, 2003 Posts: > 500 From: Somewhere PM, WWW
|
Hey i almost forgot how can i get a guestbook for a wml page
wap.marlonhall.com |
|