Hey Thanks for the response King Louie,
These are the current apache 1.3 settings in httpd.conf file
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache/cgi-bin/"
ScriptAlias /php4/ "C:/php4/"
And for PHP 4.x, use:
#
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
Action application/x-http-php /php4/php.exe
Did I miss something?
John Sisk