• I’m getting a really strage issue happening.

    When firefox users (might happen with other but i’m not sure) go to my blog the first time, it forces a refresh & usually doesn’t load. if you reload, or come back, it loads fine. here is the source of the page that comes up:

    <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01//EN” “https://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd”&gt;
    <!– <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”
    https://www.w3.org/TR/html4/strict.dtd”&gt; –>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV=”Refresh” CONTENT=”0.1″>
    <META HTTP-EQUIV=”Pragma” CONTENT=”no-cache”>
    <META HTTP-EQUIV=”Expires” CONTENT=”-1″>
    <TITLE></TITLE>
    </HEAD>
    <BODY><P></BODY>
    </HTML>

    I have a number of plugins including the seo plugin and the wp-cache plugin, but I disabled them & they don’t seem to be causing the problem.

    has anyone else experienced this? it’s causing me major problems as you can imagine…

Viewing 13 replies - 1 through 13 (of 13 total)
  • Do you have an index.html or index.htm file in the same directory as WordPress? If so, delete it or rename it.

    Thread Starter mactac

    (@mactac)

    Unfortunately no, I don’t

    The page code you have shown above is not WordPress code and it’s not a WordPress page.

    Thread Starter mactac

    (@mactac)

    I know, but it’s a wordpress site. when you go to the site, firefix tried to reload using this code for some crazy reason.

    What is your URL?

    Thread Starter mactac

    (@mactac)

    hi, the url is

    w w w . n o i s e a d d i c t s . c o m

    sorry for the spaces ??

    its fixed? i didnt notice anything

    Thread Starter mactac

    (@mactac)

    I got exasperated with it & actually put up a new theme today hoping it would solve the problem, which it might have. I have no idea why.

    of course for some strange reason the wp-cache plugin doesn’t work with this theme…. so it’s a whole boatload of other problems !

    Thread Starter mactac

    (@mactac)

    DARN… it’s happening with the new theme as well.

    It seems to happen the first time you go to the site (and set “warn on refresh”in firefox settings to see it clearly)

    “Firefox prevented this page from automatically reloading.”

    where the heck is this coming from?

    <META HTTP-EQUIV="Refresh" CONTENT="0.1">

    That line is what causes it to refresh in the code you posted which would cause Firefox to display that warning when that option is checked. For example, my weather page refreshes every 10 minutes with this line:

    <META http-equiv=refresh content=600>

    Firefox tosses up the same message on that page if I enable that. The content number equals the number of seconds.

    Thread Starter mactac

    (@mactac)

    yep, I know, but I can’t figure out what’s actually writing the refresh code….

    it’s not the theme, and I don’t think it’s a plugin (I disabled all the ones that i suspected, like caching)

    Thread Starter mactac

    (@mactac)

    Anyone else have any great ideas?

    This problem seems to be caused by Cisco’s Anomaly Guard Module (AGM), which sits on the network between clients and servers and attempts to authenticate clients by challenging them with an HTML meta refresh. Contact your network provider and ask them to disable basic protection for HTTP.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘VERY strange refresh problem’ is closed to new replies.