I am trying to load PHP5 as a module: This is what I have done according to the instructions:
Unzipped php-5.2.6-Win32.zip to c:\php
Opened c:\php directory and copied and pasted php.ini-recommended to c:\winnt. changed it's name to php.ini
Opened php.ini and edited the docroot. doc_root="C:\Apache Software Foundation\Apache2.2.\htdocs
removed the semi-colon from extension=php_mysql.dll
Opened httpd.conf and added
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-http-php .php
Checked the path and it is C:\php
placed php5ts.dll in c:\winnt\
The bugger is I have loaded PHP in this way on other XP machines and haven't had a problem.
Apache works! ( I get a page stating the words "It works")
When I bring up a page in Dreamweaver and F12 to display it in the browser. A window comes up to ask me what program I want to open it with.
Have I misssed something? Done Something wrong? placed something in the wrong location etc?
Any help appreciated!!
TIA