diff --git a/documentation/optimization.html b/documentation/optimization.html
index 7f8f23cd7d..3a13c3de9c 100755
--- a/documentation/optimization.html
+++ b/documentation/optimization.html
@@ -453,15 +453,15 @@ For that is required to load header module
in apache (check with a2enmod in your favorite root terminal)
add theses line after RewriteBase /courses/:
-+<IfModule mod_headers.c> # all file name ended with these extensions names will bypass the permission check (and also served by the browser cache at the next request) - + </FilesMatch> +</IfModule>+ <FilesMatch "\.(gif|jpg|jpeg|png|js|pdf|ico|icon|css|swf|avi|mp3|ogg|wav|ttf|otf|eot|woff)$"> Header unset Cache-Control - Header set Cache-Control "public, max-age=29030400" + Header set Cache-Control "public, max-age=29030400" RequestHeader unset Cookie Header unset ETag - -