Forum Moderators: mack
Another involves setting up your server (mod_alias i believe) so that it does not need extensions, but regards all file names as html. This might get messy, as normally files without extensions are considered to be directories, but i am sure it can be done.
/claus
If you search there may be a way to get IE to recognize a content without needing an extension, and then it would work in both browsers without changing any server settings (in case you don't have admin access to the server).
HTH
Jordan
With content negotiation between the browser and the server means the server will pick the right file out and serve it to the browser. The browser simply asks for a file by name but does not need to include the filename extension in the request.