Description
*.html files shouldn't be cached because they're symlinks of *.html.en.
Fix
Unknown
*.html files shouldn't be cached because they're symlinks of *.html.en.
Unknown
A request of *.html should be honoured with *.html.en file.
A request of dir/ should be honored with dir/index.html.en file.
If it is possible, *.html symlinks shouldn't be removed because of debugging
purposes. (Most browsers interprets a file as an HTML file only when it
ends with .html).
It is very likely that we switch to another server. So this
bug won't be relevant anymore.