• Okay, so this plugin add this particular code in the .htaccess

    # LBROWSERCSTART Browser Caching
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/gif "access 1 year"
    ExpiresByType image/jpg "access 1 year"
    ExpiresByType image/jpeg "access 1 year"
    ExpiresByType image/png "access 1 year"
    ExpiresByType image/x-icon "access 1 year"
    ExpiresByType text/css "access 1 month"
    ExpiresByType text/javascript "access 1 month"
    ExpiresByType text/html "access 1 month"
    ExpiresByType application/javascript "access 1 month"
    ExpiresByType application/x-javascript "access 1 month"
    ExpiresByType application/xhtml-xml "access 1 month"
    ExpiresByType application/pdf "access 1 month"
    ExpiresByType application/x-shockwave-flash "access 1 month"
    ExpiresDefault "access 1 month"
    </IfModule>
    # END Caching LBROWSERCEND

    ExpiresDefault “access 1 month”

    This is not acceptable. Please consider checking by activating this plugin, and turning off your Internet for a while. You will see page in the browser will be cached for 1 month.

    Yes, you have read it right 1 month.

    This is just troublesome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rinku Y

    (@rinkuyadav999)

    Hi @thegulshankumar

    Please reload page using CTRL+F5, it will load clean page.

    Thread Starter Gulshan Kumar

    (@thegulshankumar)

    I know pressing F5 works but we cannot force a reader do same if our content do not show updated. Please consider fixing bug.

    Thread Starter Gulshan Kumar

    (@thegulshankumar)

    ExpiresByType text/html “access 1 month”

    Please change this line to

    ExpiresByType text/html "access 0 second"

    This will potentially fix the issue of document caching.

    ExpiresDefault "access 1 month"

    This one to 600 seconds

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sorry dear, this is not acceptable’ is closed to new replies.