owenbutler/gamedev/master/baseGame/src/main/jnlp/.htaccess - Htaccess File

owenbutler/gamedev/master/baseGame/src/main/jnlp/.htaccess

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

# Return the right mime type for JARs
AddType application/x-java-archive .jar
# Enable type maps
AddHandler application/x-type-map .var
Options +MultiViews
# Tweak MultiViews - this line is for
# APACHE 2.0 ONLY!
MultiViewsMatch Any

<Files *.pack.gz>
  # Enable the Content-Encoding header for .jar.pack.gz files
  AddEncoding pack200-gzip .jar
  # Stop mod_gzip from messing with the Content-Encoding
  # response for these files
  RemoveEncoding .gz
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache