<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteRule ^update.xml$ /update.php
</IfModule>

<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresDefault A600
	ExpiresByType image/x-icon A2592000
	ExpiresByType application/x-javascript A2592000
	ExpiresByType text/css A604800
	ExpiresByType image/gif A2592000
	ExpiresByType image/png A2592000
	ExpiresByType image/jpeg A2592000
	ExpiresByType text/plain A86400
	ExpiresByType application/x-shockwave-flash A2592000
	ExpiresByType application/xhtml+xml A1
	ExpiresByType text/html A5
</IfModule>

<ifmodule mod_deflate.c>
	AddOutputFilter DEFLATE html xml php js css
</ifmodule>

FileETag none