show/hide this revision's text 2 added 30 characters in body

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
show/hide this revision's text 1

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