Search results

  1. A

    Caching but Cache Expire Time / purging does not work.

    And this is my problem. It is not replacing the expired cache. I have tried with each of the following one at a time and still the cache doesn't expire in 60: RewriteRule ^index\.php$ - [L,E=Cache-Control:max-age=60] RewriteRule . - [E=Cache-Control:max-age=60] RewriteRule ^index\.php$ -...
  2. A

    Caching but Cache Expire Time / purging does not work.

    You are correct when you say the cron runs every five minutes and removes all cached objects that are older then 5 minutes :) What I;m trying to find out here is if I have "Ignore Response Cache-Control Yes", then isn't there a way to set the expire time in the .htaccess file? As an...
  3. A

    Caching but Cache Expire Time / purging does not work.

    I gave that a try and it didn't work either. Here is my current .htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule (.*) - [E=Cache-Control:max-age=60] RewriteCond %{ORG_REQ_URI} !^/wp-admin/ RewriteCond %{ORG_REQ_URI} !^/wp-admin$ RewriteRule ^index\.php$ - [L]...
  4. A

    Caching but Cache Expire Time / purging does not work.

    Yes, I have tried it. It doesn't cache at all when I have that in there.
  5. A

    Caching but Cache Expire Time / purging does not work.

    Hi Nitewave, Unfortunately that didn't change a thing, it actually stops caching when I add that. This is what I have: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / Rewrite . - [E=Cache-Control:max-age=60] RewriteCond %{ORG_REQ_URI} !^/wp-admin/ RewriteCond %{ORG_REQ_URI} !^/wp-admin$...
  6. A

    Caching but Cache Expire Time / purging does not work.

    Hey guys, I'm looking to go with the 2-CPU license for LSWS, I'm on the 15 day trial now but I can't seem to get the Caching to work properly. Well, actually the purging / Cache Expire Time. First off I have a cPanel Server running Centos 6.4 without about 15 sites hosted off it. Software...
Top