Większość serwerów WWW obsługuje zawartość XHTML jako tekst / html, co jest zdecydowanie właściwym sposobem obsługi dokumentów XHTML. Jeśli serwer nie robi tego poprawnie, możesz wymusić to na serwerach Apache za pomocą .htaccess:
RewriteEngine On RewriteCond %(HTTP_ACCEPT) application/xhtml\+xml RewriteCond %(HTTP_ACCEPT) !application/xhtml\+xml\s*;\s*q=0 RewriteCond %(REQUEST_URI) \.html$ RewriteCond %(THE_REQUEST) HTTP/1\.1 RewriteRule .* - "(T=application/xhtml+xml; charset=ISO-8859-1)"