Przeglądaj źródła

Correction erreur syntaxe

Alexandre Alapetite 12 lat temu
rodzic
commit
50df70740e
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      public/.htaccess

+ 8 - 8
public/.htaccess

@@ -14,14 +14,14 @@ AddDefaultCharset	UTF-8
 
 
 <IfModule mod_expires.c>
 <IfModule mod_expires.c>
 	ExpiresActive	on
 	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$">
 	<FilesMatch "\.php$">
 		ExpiresActive	Off
 		ExpiresActive	Off
 	</FilesMatch>
 	</FilesMatch>