Win2000 w2k Apache 404 not authorized ntfs
Check your slashes in the Apache httpd.conf file, I found I was getting Apache 404 errors due to using backslashes as oppossed to forward slashes in the Apache httpd.conf paths for C:\PHP. Go figure.
i.e.:
ScriptAlias /cgi-bin/ "c:\php\"
should read:
ScriptAlias /cgi-bin/ "c:/php/"
Hope this helps!
Cheers!