auto loading an index page (how to?)
I have a couple sites hosting with a win2k host. With these sites, I can enter in a url in the following format (no forward-slash at the end), and it will load the index page in that directory:http://foo.com/directory-name-here
But, I just got a dedicated server w/ apache, and it won't load the index page if I use the above format. In order to get the index for a directory to load, I need:
http://foo.com/directory-name-here/
Is there any way I can configure apache to load a directory's index without a final forward-slash in the url?
Thanks!