I get the generic Apache successful install message, even though I have index.pjp3 in there. When I put index.html in htdocs I get that instead.
Apache httpd.conf file has :
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.php index.php3
</IfModule>
And at the very end of the httpd.conf file I have:
ScriptAlias /php4/ "C:/php4/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php4/php.exe"
AddType application/x-httpd-php .php3
The very last line ----^ is supposed to allow PHP4 and PHP3 scripts to be read.
Again, thanks for your help,
Pete