2 Apache Default page Questions

These are really simple, I'm sure, but I can't look them up on my own becuse I don't know what they are rightly called:

First, I like a default page for whole site -- goto given file or the domain itself instead of 404 when someone goes to a random place like www.mysite.com/sdaf;lsadkflsadfj


Second, along the same lines, I'd like to assign a default page other than index for given directory? I want www.mysite.com/folder/ to point at http://www.mysite.com/folder/random-...-not-index.php

How can I do those things?

 

 

 

 

Top