View previous topic :: View next topic |
Author |
Message |
mscdex -
Joined: 12 Dec 2004 Posts: 3
|
Posted: Thu Jan 12, 2006 4:19 am Post subject: Getting WML page to work under Abyss? |
|
|
I did a search through the forums here on using WML pages with Abyss and wasn't able to find anyone with the same problem.
I have added index.wml in the index files group. I have also ensured that the correct wml mime types existed in the mime types group.
However, when I try to access the index.wml file (in a subdirectory off the webserver, only file in that subdirectory), I get an error on my phone saying there is something wrong with the webpage?
Can someone give me a simple WML code that is tried and true and is verified to work, so I can see if maybe it's something I'm doing wrong in the WML itself?
Thanks in advance for any help. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Jan 12, 2006 10:48 am Post subject: |
|
|
It is most likely an error in the WML itself. Check to see if it complies with WML standards. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Thu Jan 12, 2006 1:36 pm Post subject: |
|
|
Got the MIME-types right?
This is how it should be:
.hdml text/x-hdml
.wml text/vnd.wap.wml
.wmlc application/vnd.wap.wmlc
.wmls text/vnd.wap.wmlscript
.wmlsc application/vnd.wap.wmlscript
.bmp image/bmp
.wbmp image/vnd.wap.wbmp
You can use the Abyss console to change the MIME-type or use the header();-function in PHP. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jan 12, 2006 2:40 pm Post subject: Re: Getting WML page to work under Abyss? |
|
|
mscdex wrote: | However, when I try to access the index.wml file (in a subdirectory off the webserver, only file in that subdirectory), I get an error on my phone saying there is something wrong with the webpage? |
What is the exact error message? Can you give us a WML test page URL? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|