Php Problem: cannot load http://www.aaa.com/op.php
(HTTP Error 500 server error)
Under openwave browser i can view the page correctly.
i have con figuerd .htaccess for php file below
addType application/x-httpd-Php .php
You should check your error.log file. If you get 500 this means internal server error. Either is it in your web server's log file or in your gateway's.
Think of the fact that you need text/vnd.wap.wml mime type, and not text/html which is the default for php. Put following in your
.htaccess