Set WAP Server Based on IIS on Windows NT Platform
As long as you follow the simple settings below, you can make nt iis a WAP Server. You can write WML web pages or develop various services.
Setting Method: (first confirm that the NT Server has installed IIS services)
Run start, program, Windows NT Option Pack, IIS 4.0, and Internet service administrator in the NT operating system.
In the IIS service administrator window, click the host computer name, press the right button, and click "properties;
There is a file type button in the lower part of the Properties window. Click this button to display the file type interface;
Click 'add type', enter. wml in the related extension column, and enter text/vnd. wap. wml In the content type (MIME) column.
Click OK.
Repeat the preceding steps to add the following WML types to MIME:
MIME)
. Wml text/vnd. wap. wml
. Wmlc application/vnd. wap. wmlc
. Wmls text/vnd. wap. wmlscript
. Wmlsc application/vnd. wap. wmlscriptc
. Wbmp image/vnd. wap. wbmp
Apache Web Server
Both NT, UNIX, and LINUX are the conf/mime. types files under the Apache installation directory.
Add the following content to the file:
Text/vnd. wap. wml. wml
Image/vnd. wap. wbmp. wbmp
Application/vnd. wap. wmlc. wmlc
Text/vnd. wap. wmls. wmls
Application/vnd. wap. wmlsc. wmlsc
Disk Storage
Restart apache web server.