php works on IE, but not on FireFox

after the problems described on thread http://www.webhostingtalk.com/showth...hreadid=386593 now i´ve a new one

when opening a php script (even a simple one like phpinfo.php) on IE, it goes well

but on FireFox it asks to download the PHP and really get it source!

httpd.conf has this:
Code:
LoadModule php4_module        libexec/libphp4.so
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .phtml
so I can´t understand the reason

i tried to open php on other servers and it did work...

very weird, since php is server-side

 

 

 

 

Top