Html/php vs wml index files

hi

i’m currently trying to develop a mobile phone/device version of our website.

however, theres a bit of a problem.

the main index page is index.php

for the mobile phone, its index.wml

trying to access the page (www.examplesite.com) from a phone, it doesn’t read or find the wml file, it tries to read the php index page, which obviously doesn’t work. i know this from the site logs. i then changed the index.wml to home.wml, but that didn’t work. however, if you put the index.wml in the web address, like www.examplesite.com/index.wml it works.

why does it do this? and how do you get the mobile phones to read the wml file without having to put that file onto the end of the web address??

:slight_smile: