Hi Brian Gianforcaro
The problem seams to be the ending of the file...
- If I name the file test2.html everything works.
- If I name the file test2.xhtml I get the error message.
The diverence between the two seams to be the Content-Type in the response header from apache.
- For .html it is Content-Type text/html; charset=ISO-8859-1
- For .xhtml it is Content-Type application/xhtml+xml
