I have an Apache Web server set up on Windows 2000 on one host machine called HOSTA. I can use PHP+APACHE+ORACLE using the 'http://localhost/foo.php' for example. But when I go to one of my other machines (ie HOST and I type: 'http://HOSTA/foo.php' I get the HTTP 404 error: "The page cannot be found". How can I configure Apache correctly so I can 'see' the Apache web server?
Thanks.
Raymond Sassine