I’ve got some problems with URLS. On a site, we’ve got some directories, each with an index.htm file inside. Theoretically this means that when the user types in http://www.url.com/directory it will open up index.htm automatically.
Theoretically. But it’s not.
It will work, however, if you put an extra / after the URl, like this: http://www.url.com/directory/. Then it’ll load the .htm page.
Anyone know why this should be, and most importantly, how to stop it happening?