Hello All,
Just installed the latest version of PHP. My problem is that only PHP scripts in the root web server dir D:/inetpub/wwwroot in my case will run. 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
Thanks