Hello All,
This is MY second attempt at the question, I'm not trying to spam, but this really has me stuck!
Just installed the latest version of PHP. My problem is that only PHP scripts in the root web server dir D:/inetpub/wwwroot , i.e. http://localhost/, in my case will run just fine.
However if I try to run them from a sub dir, e.g. D:/inetpub/wwwroot/signup ala http://localhost/signup, the brower just displays the source of the script instead of running it.
Has anyone seen this sort of thing before, and if so what must I do to get .php to running from any dir on the web server?
p.s. I know PHP is running fine, beacuse phpinfo works, and other test scripts work in the root dir
p.p.s. I relly need to get this working becuase I need to run two installs of webcalendar on seperate DBs, and the only way to do that is through two seperate installs.
Thanks a Ton!