Hallo,
ich habe einen Apache 2 laufen und möchte Content Negotiation nutzen. In meiner .htaccess steht dazu
AddEncoding x-gzip .gz .tgz
Der Apache 2 setzt allerdings neben dem Content-Encoding auch den Content-Type, der dann allerdings application/x-gzip lautet:
Hat jemand eine Idee, woran das liegen könnte?
Vmtl. ist irgendwo in der zentralen Konfiguration ein AddType application/x-gzip .gz oder so drin? Kannst ja mal ein RemoveType .gz probieren...
Viele Grüße,
Christian