Due to being bombarded with Code Red, I dumped IIS and installed Apache instead. But I have some minor problems getting PHP to work...
While I'm in the document root (and its subdirs) PHP works just fine, but when I try to access any PHP scripts in userspace (/~name/whatever.php), PHP responds with "No input file specified."
I'm running Apache 1.3.11 under Win2k Pro, with PHP 4.06. I've set the user_dir variable in php.ini, but that didn't help much...
Relevant entries in httpd.conf:
UserDir "c:/web/users"
Relevant entries in php.ini:
user_dir = "c:\web\users"
PHP obviously works, but I guess there's something wrong with the file path that Apache passes to PHP...