Title: kovald's Replies | WordPress.org

---

# kovald

  [  ](https://wordpress.org/support/users/kovald/)

 *   [Profile](https://wordpress.org/support/users/kovald/)
 *   [Topics Started](https://wordpress.org/support/users/kovald/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kovald/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kovald/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kovald/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kovald/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kovald/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hummingbird Performance - Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN] Browser Caching is not working properly](https://wordpress.org/support/topic/browser-caching-is-not-working-properly-2/)
 *  Thread Starter [kovald](https://wordpress.org/support/users/kovald/)
 * (@kovald)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/browser-caching-is-not-working-properly-2/#post-10916550)
 * thank you problem is fixed. the error occured because of the nginx plesk option
   which was disabled
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hummingbird Performance - Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN] Browser Caching is not working properly](https://wordpress.org/support/topic/browser-caching-is-not-working-properly-2/)
 *  Thread Starter [kovald](https://wordpress.org/support/users/kovald/)
 * (@kovald)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/browser-caching-is-not-working-properly-2/#post-10916372)
 * The exact content
    # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On
   RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-
   f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule
   >
 * # END WordPress
 * # BEGIN WP-HUMMINGBIRD-CACHING
    <IfModule mod_expires.c> ExpiresActive On ExpiresDefault
   A0
 * <FilesMatch “\.(txt|xml|js)$”>
    ExpiresDefault A691200 </FilesMatch>
 * <FilesMatch “\.(css)$”>
    ExpiresDefault A691200 </FilesMatch>
 * <FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|
   eot|ttf|otf|woff|svg)$”>
    ExpiresDefault A691200 </FilesMatch>
 * <FilesMatch “\.(jpg|jpeg|png|gif|swf|webp)$”>
    ExpiresDefault A691200 </FilesMatch
   > </IfModule>
 * <IfModule mod_headers.c>
    <FilesMatch “\.(txt|xml|js)$”> Header set Cache-Control“
   max-age=691200” </FilesMatch>
 *  <FilesMatch “\.(css)$”>
    Header set Cache-Control “max-age=691200” </FilesMatch
   >
 *  <FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac
   |eot|ttf|otf|woff|svg)$”>
    Header set Cache-Control “max-age=691200” </FilesMatch
   >
 *  <FilesMatch “\.(jpg|jpeg|png|gif|swf|webp)$”>
    Header set Cache-Control “max-
   age=691200” </FilesMatch> </IfModule> # END WP-HUMMINGBIRD-CACHING
 * #start humin gzip
    <IfModule mod_deflate.c> SetOutputFilter DEFLATE <IfModule
   mod_setenvif.c> <IfModule mod_headers.c> SetEnvIfNoCase ^(Accept-EncodXng|X-cept-
   Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-
   Encoding RequestHeader append Accept-Encoding “gzip,deflate” env=HAVE_Accept-
   Encoding </IfModule> </IfModule> <IfModule mod_filter.c> AddOutputFilterByType
   DEFLATE “application/atom+xml” \ “application/javascript” \ “application/json”\“
   application/ld+json” \ “application/manifest+json” \ “application/rdf+xml” \ “
   application/rss+xml” \ “application/schema+json” \ “application/vnd.geo+json”\“
   application/vnd.ms-fontobject” \ “application/x-font-ttf” \ “application/x-font-
   opentype” \ “application/x-font-truetype” \ “application/x-javascript” \ “application/
   x-web-app-manifest+json” \ “application/xhtml+xml” \ “application/xml” \ “font/
   eot” \ “font/opentype” \ “font/otf” \ “image/bmp” \ “image/svg+xml” \ “image/
   vnd.microsoft.icon” \ “image/x-icon” \ “text/cache-manifest” \ “text/css” \ “
   text/html” \ “text/javascript” \ “text/plain” \ “text/vcard” \ “text/vnd.rim.
   location.xloc” \ “text/vtt” \ “text/x-component” \ “text/x-cross-domain-policy”\“
   text/xml”
 *  </IfModule>
    <IfModule mod_mime.c> AddEncoding gzip svgz </IfModule> </IfModule
   > #hummin gzip
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hummingbird Performance - Cache & Page Speed Optimization for Core Web Vitals | Critical CSS | Minify CSS | Defer CSS Javascript | CDN] Browser Caching is not working properly](https://wordpress.org/support/topic/browser-caching-is-not-working-properly-2/)
 *  Thread Starter [kovald](https://wordpress.org/support/users/kovald/)
 * (@kovald)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/browser-caching-is-not-working-properly-2/#post-10916336)
 * Hello dimitris
 * In fist place when humminbird added the code to htacces with automated method,
   the column Current expiry content was “disabled” but after i deleted the old 
   code and added manually now it says “false”.

Viewing 3 replies - 1 through 3 (of 3 total)