Wml File Blocking Index
I have an index.wml file preventing the index.php file from showing up on the web browser. you can see error at adsfromus.com
I have checked my mime types and believe everything is correct.
I have checked my .htaccess file and seems to be correct including the following.
AddHandler application/x-httpd-php5 .htm .html
DirectoryIndex index.wml
addtype text/vnd.wap.wml wml
addtype application/vnd.wap.wmlc wmlc
addtype text/vnd.wap.wmlscript wmls
addtype application/vnd.wap.wmlscriptc wmlsc
addtype image/vnd.wap.wbmp wbmp
AddType application/vnd.wap.xhtml+xml .xhtml


