Forums

WP Super Cache
ip address whitelist (4 posts)

  1. are79
    Member
    Posted 3 months ago #

    How to force wp super cache to spit out not cached content if visitor is from a certain IP range or something ...

    http://wordpress.org/extend/plugins/wp-super-cache/

  2. Donncha O Caoimh
    Member
    Posted 3 months ago #

    Enable PHP mode and write a Supercache plugin that checks the remote IP. If it matches then define the constant DONOTCACHEPAGE.

    Look in wp-super-cache/plugins/ for some example plugins and the developer docs linked from the plugin readme.txt

  3. are79
    Member
    Posted 3 months ago #

    Is it possible to achieve something using mod_rewrite for example to add some fake attribute to the end of the url and to use that fake attribute in the text area which says "Add here strings (not a filename) that forces a page not to be cached. ..." ???

  4. are79
    Member
    Posted 3 months ago #

    Below is my code but nothing works could you check it out

    [Code moderated as per the Forum Rules. Please use the pastebin]

Reply

You must log in to post.

About this Plugin

About this Topic