
Goto page: 1 - 2 [17] [+1 [18]]
First steps:
1) Set up a wap server (better into the same server where the PN site resides, for further wap-PostNuke interlacing).Code
<VirtualHost wap.yoursite.com>
ServerName wap.yoursite.com
DocumentRoot /home/httpd/vhtdocs/yoursite/wap
<Directory />
AddType text/vnd.wap.wml wml
AddType image/vnd.wap.wbmp wbmp
AddType text/vnd.wap.wmlscript wmls
AddType application/vnd.wap.wmlc wmlc
AddType application/vnd.wap.wmlscriptc wmlsc
</Directory>
</VirtualHost>
Are these command lines or should this be saved as a file?
Goto page: 1 - 2 [105] [+1 [106]]