Hi all,
I'm having a little difficulty getting PHP4 and Apache configured properly under Win2k. Here's what I have:
PHP is installed in e:\php
Apache is installed in e:\apache
In the Apache httpd.conf file I have placed the following lines:
ScriptAlias /php "e:/PHP/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "/php/php.exe"
I'm running these on the local machine (127.0.0.1). When I bring up 127.0.0.1/test1.php (the sample php file I created), I get asked if I want to run this from current location or save it to disk. I'm guessing apache isn't recognizing the .php extension but I'm not sure why. Any suggestions?
Thanks!
Mike C.