##GEO START##
###############################################################################
## Geodesic Solutions LLC.
## 
## This file is AUTO-GENERATED by the software, not recommended to change 
## this file by hand.  But if you must, see below for "safest" way to do so.
## 
## Do NOT change the "GEO START" line or "GEO END" line at the end.  If you need
## to add something to this file, anything before "GEO START" and anything after
## "GEO END" will be left intact when this file is re-generated.
## 
###############################################################################

## --Protect template files from being viewed directly, and turn off indexes-- ##
Options -Indexes
<FilesMatch "\.tpl$">
	Deny from all
</FilesMatch>

## -- Compress if capable -- ##

<IfModule mod_deflate.c>
	# Compress CSS, plain text, HTML, and javascript
	AddOutputFilterByType DEFLATE text/css text/plain text/html application/javascript text/javascript
</IfModule>

## -- Add Expires Headers is capable -- ##

<IfModule mod_expires.c>
	ExpiresActive On
	#Default expire after one week
	ExpiresDefault "access plus 1 week"
	#Expire CSS and JS 1 month
	ExpiresByType text/css "modification plus 1 month"
	ExpiresByType application/javascript "modification plus 1 month"
	ExpiresByType application/x-javascript "modification plus 1 month"
	ExpiresByType text/javascript "modification plus 1 month"
	#Expire images 1 year
	ExpiresByType image/gif "access plus 1 year"
	ExpiresByType image/jpeg "access plus 1 year"
	ExpiresByType image/png "acess plus 1 year"
</IfModule>

##GEO END##