I successfully installed PHP and Apache on my XP machine, but not on Win7. When I try to run the PHP installer I get an error that it cannot access httpd.conf.
Now, Apache 2.2 does work (I get IT WORKS) when I go to 127.0.0.1. I manually edited httpd.conf to include
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\Program Files\PHP"
LoadModule php5_module "php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
If I don't have the dll in the Apache 2.2 main folder I get an error.
What to do?
Thanks.
RON


