PHP INSTALL FINAL SOLUTION......
Hi guys is case you are having problems I finally got mine to work! You may not need my solutions but in case you do here they are.
After loading PHP 5.20 ( a slightly older version than I gave you) and Apache 2.24
I created a virtual host using David Power tutorial
http://foundationphp.com/tutorials/apache22_vhosts.php
This is what I learned.....
Make sure you have created these files:
vhosts folder in c drive
and a htdocs folder in c drive
then open: program files/apache foundation/apache2.2/conf
back up the httdp.conf file ( call it httdp1.conf)
and then down load my version ( from here)
Next in files/apache foundation/apache2.2/conf/extras
Back up the httpf-vhosts.conf file and load in mine (from here)
Finally in the program files/php folder
Back up the php.ini file and load in mine. (from here)
Restart the computer
Open Dreamweaver:
Make a file with the a with a testing sever that looks like this.

One Final warning.....
all you sites now use localhost as your testing server and you will need to turn it off individually
-
Working with the new versions of Apache 2.2 and PHP 5.2
- Installing Apache 2.2 This shows you where the glitches are in installing 2.2...
- If you want to use the ZIP version instead of the installer with Apache 2.2.x, use php5apache2_2.dll in place of php5apache2.dll in step 3 on page 67.
- or getting the cute installer for PHP 5.2
- virtual hosts on Apache 2.2 have also changed
div>