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" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<!-- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"> -->
<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...