[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] WML



On Tue, 14 Nov 2000, Paul Crick wrote:

> > Is there any way to change the MIME settings
> > on the RaQ4r to serve WML?
> 
> I'm pretty sure there's already a line for WML in srm.conf? In an out of the
> box Apache install it needs you to add .wml to the end of the line to make
> it valid but once done, you're sorted. Search for vnd-wap in that file?

If it's not already in your srm.conf file add the following:

# Add handlers for WAP support
# WML source
AddType text/vnd.wap.wml .wml
# Compiled WML
AddType application/vnd.wap.wmlc .wmlc
# WMLScript source
AddType text/vnd.wap.wmlscript .wmls
# Compiled WMLScript
AddType application/vnd.wap.wmlscriptc .wmlsc
# Wireless bitmap
AddType image/vnd.wap.wbmp .wbmp

Regards,

Roger Harrison