mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Incorrect closing quote on line 86 of e107.htaccess
Incorrect closing quote on line 86 of e107.htaccess
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<IfModule mod_expires.c>
|
<IfModule mod_expires.c>
|
||||||
ExpiresActive On
|
ExpiresActive On
|
||||||
ExpiresDefault "access plus 2 hours"
|
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/gif "access plus 1 week"
|
||||||
ExpiresByType image/png "access plus 1 week"
|
ExpiresByType image/png "access plus 1 week"
|
||||||
ExpiresByType image/jpg "access plus 1 week"
|
ExpiresByType image/jpg "access plus 1 week"
|
||||||
|
Reference in New Issue
Block a user