If a file, foo.html
, is sent using MultiViews
, which simply means a request for foo
suffices, there's no problem. Though, with Opera it's a bit different. If you link to an internal id
Opera links to foo.html#id
instead of foo#id
. How annoying is that?
Sample file: foo
(which is foo.html
)