Thanks, but web.xml is not for us - we use php and no Tomcat.
With wget it still shows as text/plain
I tried adding the directory config like
<Directory /blackberry/multiplay/beta/OTA>
AllowOverride All
</Directory>
but that gives a 404 for all requests.
this is my current .htaccess file over at root
Code:
RewriteEngine On
Redirect /index.html http://dollars5.com/plete/index.php
Redirect /index.php http://dollars5.com/plete/index.php
Redirect /index.htm http://dollars5.com/plete/index.php
I tried adding it before and after but no help. Btw - I have mod-rewrite htaccess in the other sub-folders which work fine.
Also I could not locate my error logs on my server.
Thanks for your help, and input on this situation will be very kind of you.
My Host is goDaddy - I think it is time to change hosts ;)
Regards,
Dollars5