I installed apache 2, its running and working fine. I installed php 4. When i type something like http://localhost/index.html, it works fine, but when i type http://localhost/index.php, i get a blank page. I believe i have added all the necessary stuff, my php.exe directory is c:/php. in my httpd.conf file, i have added:
DirectoryIndex index.php
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "c:/php/php.exe"