Is it possible to change the content type of a url via the htaccess file?
I'v got name.tld/foo/bar which has the content type html in the header informations. thats a mod rewrited site from a cms. including xml data structure. but this should get an xml header to be valid. unfortunately I can not do that in the code, because this is rendered out of a terrible cms.
so i will try to do that with AddType 'text/html; charset=UTF-8' .html ... but not for all html files. is it possible to add an url instead of .html?