# Set the Content-Type charset for .shtml and .txt files
AddCharset UTF-8 .html .htm .txt .sh
AddDefaultCharset UTF-8
# Make .sh scripts open in a browser instead of select program dialog
# http://httpd.apache.org/docs/mod/mod_mime.html#addtype
AddType text/plain .sh
