Problem accessing subdirs from doc root on Apache server
Hi!
I can't access subdirs from doc root on my newly installed Apache server. For example:
The document root is set to -
/usr/local/apache2/htdocs
Suppose I have a file index.html in
/usr/local/apache2/htdocs/foo
I can't access it via http : // 192.168.0.100 / foo / (Error 404)
I have no problem seeing http : // 192.168.0.100 / index.html though
I have installed Apache 2.0.49 with all default options and haven't changed a thing to httpd.conf
Any ideas?
EDIT: Oh and if anyone knows of good and detailed starter tutorials on configuring Apache servers, let me know please!
Last edited by ph0ngwh0ng; 04-24-2004 at 11:37 AM.
|