I make a simple web based application (PHP MySQL) that implemented in LAN, used Apache as a web server.
When I access the application from the host, I can use http://localhost/path
But when I try to access it from the client and use http://server/path, it doesn't work.
I should use
http://server/path/index.php
Is it the apache config problem ?
Please help ... Thanks.




