HTML directory rerouting

Hi all,

here is a simple question. How do I reroute users (aliases somewhere in a config?) when they use a URL like http://www.domain.com/foobar when the html file I want to load is located in the root directory and not called index.html? My workaround is to put a rerouting index.html inside of the directory fobar that routes to the file foobar.html in the root directory. Seems like there should be a cleaner method.