PDA

View Full Version : Setting up a Wap Server 101



Herb_IV
31-05-2003, 02:45 PM
Download and Install Apache Web Server version 2.0.45

I created a file called ".htaccess" with notepad, and in it I put these lines:

AddType text/vnd.sun.j2me.app-descriptor .jad
AddType application/java-archive .jar

These 2 will let you download Games to your Phone

AddType image/vnd.nok-oplogo-color .ncl

This will let you download COLOR Operator Logos

Ringtones and Wallpapers should work already without the need to add anything

you can also add these line right into the mime type file and it will work

Create A Text file with notepad and past the following text

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="index" title="My WAP Site">
<p>
<a href="#Card1">EnTeR</a>
</p>
</card>
<card id="Card1" title="Index">
<p>
<a href="http://IP ADDRESS/Wap/Games.wml">N7210 Games - 16</a><br/>
</p>
</card>
</wml>

Save it as Index.wml and you now have a working WAP Site

Note this file assumes you know something about Web Servers if you have any question reply to this Thred

Herb R