Viewing 5 replies - 1 through 5 (of 5 total)
  • I think at bottom of advanced settings there is a field where you can enter user agents for the browsers you want to exclude.

    Thread Starter Curtiss Grymala

    (@cgrymala)

    That setting stops those requests from initiating cache requests, but cached files are still served to those user-agents if the cache file already exists.

    I need a way to stop cached files from being served to a specific user-agent. Thanks.

    Enable PHP mode instead of mod_rewrite, that may help.

    Hello! You can use my plugin to Stop IE in WordPress

    or

    <noscript>
        <meta http-equiv=”refresh” content=”0; URL=http://browser.crystalstudio.me”>
    </noscript>
    <!–[if lte IE 6]>
        <meta http-equiv=”Refresh” CONTENT=”0; URL=http://browser.crystalstudio.me”>
    <![endif]–>

    Does anyone have a fix for this? Static pages don’t work for IE.

    I’m using PHP mode on super cache.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP Super Cache] Disable just for IE users?’ is closed to new replies.