I am trying to set up Apache as a webserver so I can do Development work on my local machine before uploading it to my website (hosted by someone else using UNIX/Apache).
I am trying to get PHP to be able to query the MYSQL server I have on my system.
I am running Windows XP Home Edition.
I installed MYSQL, installed PHP, installed Apache.
I modified the Apache httpd document with:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe
The Apache Service is running. Yes, the MYSQL Service is running.
I have stopped and started Apache. I have rebooted.
I do get the Apache localhost page.
I get a Server Not Found if I try and open a php page that queries the MYSQL DB.
I don't want this to sound bad, but I am really not interested in learning depth about Apache or webservers, nor do I know much about them. I make the changes that the PHP and Apache sites tell me to, and it dosen't work. I am just trying to do some development in PHP.
Thanks in advance for your help.