install php on win 2003 small bus server
i followed install instructions for iis, which is very similar to 2003 sbs
but probably need some quirky thing different?
haven't been able to find specific instructions for 2003 sbs
when i address localhost/test.php, i'm getting the 404
here's what i did
1 unzipped php binaries to c:/php
2 copied the php.ini-recommended to c:/windows, renamed to php.ini and set
the: cgi.force.redirect = 0
3 in the home directory tab of the main iis folder, under configuration, ,
added php to the extension mapping list pointing it to c:/php/php.exe,
..php was the extension, all verbs, chk 'script engine' no chk for 'verify
file exists'
4 restarted iis
5 created the test.php file in the default website folder
6 localhost/test.php
any help is greatly appreciated
|