The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I have a small project thats based on a larger project I'm working on. Have it all up and running via a wap browser but when it comes to using it on a mobile phone it dosn't work.
Think it may have something to do with the htaccess file and how it needs to be set up but I can't seem to get it to work.
Anyone know how or know the best place to ask?
Open to suggestions and recommendations.
Thanks
I'll give it a try.
AddType application/x-httpd-php .wml
> What file extension are the PHP files? .php? If so, change them to
> .wml and change your conf file to parse wml files through the PHP
> engine.
How do I do that? Would I need a htaccess file to do that if I'm not running it locally on apache?
Say I had a file like this:
// send wml headers
header("Content-type: text/vnd.wap.wml");
echo "";
echo " . " \ "http://www.wapforum.org/DTD/wml_1.1.xml\">";
?>
Would I have to change any of the content to get it to work or just re-name it to .wml
Thanks for your help.
It all works fine through a wap browser.
However when I upload it and try to view it I get a - file type not recognised error.
I can access the uploaded version via the wap browser and it still works so I've no idea whats causing the errors and how to sort it.
What's the error exactly?
I have a small project thats based on a larger project I'm working on. Have it all up and running via a wap browser but when it comes to using it on a mobile phone it dosn't work.
Think it may have something to do with the htaccess file and how it needs to be set up but I can't seem to get it to work.
Anyone know how or know the best place to ask?
Open to suggestions and recommendations.
Thanks