# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteBase /

php_value include_path "/home/a5481727/public_html/:"


# BEGIN Cache-Control Headers
<IfModule mod_headers.c>

# 1 YEAR
<FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=29030400, public"
</FilesMatch>
 
</IfModule>