How to force wp super cache to spit out not cached content if visitor is from a certain IP range or something ...
How to force wp super cache to spit out not cached content if visitor is from a certain IP range or something ...
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
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. ..." ???
Below is my code but nothing works could you check it out
[Code moderated as per the Forum Rules. Please use the pastebin]
You must log in to post.