I have just become involved with PHP. I am running Vista with IIS7 and PHP 5.2.13.
The installation was done via the Windows Web Installer and after a few issues I believe it now working.
My initial question is one of basic environmental understanding by this I mean all the examples of the basic .php scripts, "Hello World" are run from Localhost. Since I have set up my web development directories under a different directory, C:\Local_Sites, I would like to know is it possible to configure php to accept this directory?
I use DreamWeaver as the development application and so far all my attempts to run scripts here via the WEB Preview have failed with only the php source code being shown and not processed.
Am I misunderstanding how it all operates!!