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:
commit
8e500b0a0d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user