I have installed php5 and apache 2.0.5.
apache is working. if i go to localhost, it brings up apache's splash page.
however, if i try to create any type of '.php' file in my home directory, and try to go to it, I get error "http 404 Not found" I have the file in the correct directory and I am naming it properly.
I think it has something to do with the httpd.conf file. I am trying to configure it as a CGI under Windows XP. I added the following lines to the file:
ScriptAlias /php/ "C:/php/"
Addtype application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"
I stopped and restarted apache, but problem persists. I know it's something I must be doing wrong becuase I tried this on 2 different pc's and i get the same results. I just can't figure out what i'm missing. Any ideas?