type txt para error como aspx agregar java apache .htaccess mime jnlp

java - txt - ¿Cómo agrego un tipo MIME a.htaccess?



mime type para aspx (2)

Me gustaría agregar el siguiente tipo MIME a un sitio ejecutado por Apache :

<mime-mapping> <extension>jnlp</extension> <mime-type>application/x-java-jnlp-file</mime-type> </mime-mapping>

Ese es el formato Tomcat.

Estoy en un host compartido, por lo que solo puedo crear un archivo .htaccess . ¿Alguien podría especificar el contenido completo de dicho archivo?


Debería poder agregar esta línea:

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