mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +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>
|
||||
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"
|
||||
|
Reference in New Issue
Block a user