Restored .htaccess

This commit is contained in:
Michael Smith 2018-02-27 12:44:50 +01:00
parent 1c8ba50102
commit 84a986ac43

9
.htaccess Normal file
View File

@ -0,0 +1,9 @@
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 year"
# Pages
ExpiresByType text/html "access plus 1 day"
# RSS feed
ExpiresByType text/xml "access plus 120 minutes"
</IfModule>