1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 20:21:51 +02:00

Merge pull request #2071 from MikeyGMT/mikey20161127

Incorrect closing quote on line 86 of e107.htaccess - Fixes #2070
This commit is contained in:
Cameron 2016-11-27 10:24:30 -08:00 committed by GitHub
commit 8e500b0a0d

View File

@ -83,7 +83,7 @@
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 2 hours"
ExpiresByType image/x-icon "access plus 1 year
ExpiresByType image/x-icon "access plus 1 year"
ExpiresByType image/gif "access plus 1 week"
ExpiresByType image/png "access plus 1 week"
ExpiresByType image/jpg "access plus 1 week"