Thomas Meinike: .htaccess & mime-type

Beitrag lesen

Hallo,

Der Eintrag funktioniert leider jedoch nicht.

Bisher sieht die Datei so aus.
<code>
ErrorDocument 404 /Error404.html

Einstellungen fuer alternative Inhalte

AddType application/x-java-jnlp-file jnlp
</code>

Zu diesem MIME-Type kann ich zwar nichts sagen, aber die Dateierweiterung sollte in httpd.conf bzw. .htaccess einen Punkt haben:

AddType application/x-java-jnlp-file .jnlp

waehrend das in mime.types so aussehen muesste (ohne Punkt):

application/x-java-jnlp-file jnlp

MfG, Thomas