Andreas,
Lois,
I do not know what browser you use, but as you may have seen in the the
other mails this:http://ofb.genealogy.net redirects you to http://www.online-ofb.de
and apparently somewhere in your configuration your browser is set to
look first on a new server for *index.htm* and maybe next for *index.html*
This is _not_ a browserŽs configuration!
If you want to get a file (URL: http://someServer.net/path/file.html ) the server side decides to send this or another file or an error message.
If you only ask a server name (URL: http://someServer.net/ or http://someServer.net/path/ ) server side decides (depending of _their_ !! configuration) to send:
- one of prepared files like index.htm, index.html, index.php or whatoever... OR
- a directory listing OR
- error message
- something like that but from another site
Once more:
This is not the decision of your browser after you hacked in an "incomplete" URL the server has to handle it.