Header set X-Robots-Tag "noindex, nofollow"

# BEGIN Expire headers 

# 31536000 seconds = 1 year

# 3600 seconds = 1 hour

# 2628000 seconds = 1 month
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 86500 seconds"
</IfModule>
## EXPIRES CACHING ##