1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Incorrect closing quote on line 86 of e107.htaccess

Incorrect closing quote on line 86 of e107.htaccess
This commit is contained in:
MikeyGMT 2016-11-27 15:04:04 +00:00
parent 0c102f0a45
commit 68fdc9f719

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"