Hello Everybody
I recently did an update for my Apache server and PHP versions. Installed Apache 2.2.4 (win) and then installed PHP 5.2.1 (Win). I let PHP to configure Apache. It automatically added,
PHPIniDir "C:/Program Files/PHP/"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
to httpd.conf file and added,
application/x-httpd-php php
application/x-httpd-php-source phps
to mime.types file.
but when I try to run a PHP file, all I see is a big white page and I can see all my PHP source code when I view source! I believe PHP handler not setup correctly?
Can anyone please help me with this issue? Thank you everybody!