Hi , I created a iis express setup for my windows vista service pack 2. the directory is in program files on the c drive. When I run the php -i command from the command line prompt the system configuartion displays without errors. From the same command line , I can run a test.php file that will execute php. However nomatter how i run things in a browser with localhost or 127.0.0.1 etc, etc. it will not execute the php stuff. It does execute the local html stuff via localhost that is being stored in c:\inetpub\wwwroot\ but any php brackets are ignored in that source file. What am I doing wrong here.
↧