Heyo, I'm pretty new to all this stuff. Had a functional website setup with all the default Apache2 settings last night. I've successfully redirected the default site directory and solved some problems regarding permissions, but the page no longer automatically loads Index.html, but rather displays a list. You can see this at... ecko.endofinternet.org I'm sure its an easy fix, but I've searched around to no avail. and my brain hurts =\. Thanks in advance! -Benjamin
Are you perhaps missing a DirctoryIndex declaration in the Apache config for the site? DirectoryIndex index.html index.htm Default.htm default.htm
Wherever the config info is for the website you have set up that you were describing. i.e. in the Apache config files - /etc/apache2/apache2.conf or httpd.conf. There will be a series of entries for www.mydomain.com grouped together, and one should be similar to the line I mentioned.
There was no declaration for DirectoryIndex in the file you specified, adding one solved the problem! Does changing the directory for the site remove that declaration from the conf. file? Anyhoo, MANY thanks for the advice/solution!
Not if you modify your Apache configuration manually. But maybe you use some kind of control panel that does this?