AddType application/x-http-php .php .inc .php3
seems to be ingnored in my conf file.
why ?
Because when I run a php file in the browser it open a pop-up for download the php as a file.
Any Idea ?
I'm including:
LoadModule php5_module "c:/php/php5apache2.dll"
Does this is problem has to be with Apache configuration or php conf. ?
Actually APache is running ok, ("green light")
And on the monitor bar says:
Apache/2.0.52(Win32) PHP/5.1.2
Yes, it is updating the conf file because if I intentionally write an error in .conf file, after restarting the Aapche Server it's detected.
I can access to Apache default page.
Everything is running nice.
But PHP files are not interpreted.
is AddType application/x-http-php .php .inc .php3
the responsible of this ?