While looking at the html source that arrives in the browser
when I receive a "index of" page,
I have noticed that the beginning of this html is NOT what
the developers expected.
The Apache servers has already generated the:
DOCTYPE
html
head
title
/title
/head
body
tags, before the header.html from the EasyPHP/apache/icons/FancyIndexing/
is fetched.
Luckily, some browser are very forgiving....
And so am I.