I tried to install a copy of PHP and Apache on windows 2000 professional, the apache server is up and running, but when I try to install PHP, seems apache doesn't recognize the suffix .php, when I run test.php(just a test script print phpinfo()), the browser pop up a download window rather than the output of test.php script.
I followed the instruction to perform the installation.
php.ini is in WINNT directory,
php4ts.dll is in winnt/system32
I also add these tow lines to the .conf file of apache.
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
that's what I did, but I got the problem as described in the beginning, anyone has any idea? please help me out!
thanks
Paul