aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-10-13 13:51:23 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-10-13 13:51:23 +0200
commit50df70740ec731132f8d6ae6fc35b9464c8a067d (patch)
tree6d5955c5dc10b0fb10874358519681a549f546d8
parent583f494bb7f3ba8c1cc3c6b7dec339a64da62b91 (diff)
Correction erreur syntaxe
-rw-r--r--public/.htaccess16
1 files changed, 8 insertions, 8 deletions
diff --git a/public/.htaccess b/public/.htaccess
index 10fb21f70..0bad536a4 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -14,14 +14,14 @@ AddDefaultCharset UTF-8
<IfModule mod_expires.c>
ExpiresActive on
- ExpiresByType application/font-woff access plus 1 year
- ExpiresByType application/javascript access plus 1 week
- ExpiresByType image/gif access plus 1 month
- ExpiresByType image/png access plus 1 month
- ExpiresByType image/svg+xml access plus 1 month
- ExpiresByType image/x-icon access plus 1 year
- ExpiresByType text/css access plus 1 week
- ExpiresByType text/javascript access plus 1 week
+ ExpiresByType application/font-woff "access plus 1 year"
+ ExpiresByType application/javascript "access plus 1 week"
+ ExpiresByType image/gif "access plus 1 month"
+ ExpiresByType image/png "access plus 1 month"
+ ExpiresByType image/svg+xml "access plus 1 month"
+ ExpiresByType image/x-icon "access plus 1 year"
+ ExpiresByType text/css "access plus 1 week"
+ ExpiresByType text/javascript "access plus 1 week"
<FilesMatch "\.php$">
ExpiresActive Off
</FilesMatch>