• My website is not being spidered or cached. I have a feeling it is because of this code, but I don’t know where to find it: Apache configs of Cache-Control and Pragma telling user agents not to cache anything.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Look in your Dashboard of WordPress then go to Options > Privacy click I would like my blog to be visible to everyone

    Thread Starter bfree74

    (@bfree74)

    That was the first thing I did, it is already done … This is a new development, ever since I upgraded to WordPress 2.3 and upgraded my theme. Before these changes my site was being indexed and cached 3x a week

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Your site is sending Cache-Control and Pragma HTTP headers that might indeed interfere. However, it’s not WordPress sending them. There’s too many of them, for one thing.

    I checked your site and got this one:
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0

    All WordPress ever sends for Cache-Control (and only in certain cases) is this:
    Cache-Control: no-cache, must-revalidate, max-age=0

    Thread Starter bfree74

    (@bfree74)

    do you know how to fix this?

    Thread Starter bfree74

    (@bfree74)

    If it isnt WordPress sending this message, where can I fin the code so that I can fix this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Website isn’t caching ,where do I find this code …’ is closed to new replies.