Random 404ing

From: CHYRON (DSMITHHFX)28 Sep 2013 19:08
To: ALL4 of 10
Tested in IE 7 & 9 here http://browsershots.org, and from another external network (wifi at coffee shop) All loaded it fine. Also ran it through several proxy sites, no problems.
From: Dan (HERMAND)28 Sep 2013 20:01
To: CHYRON (DSMITHHFX) 5 of 10
The only time I've seen something similar to this was when a sites proxy server was mashing the headers in the request. In that particular instance, it came down to a GZIP compression issue.

(For anyone who cares about the specifics, this particular site returned a GZIPed page regardless of what was asked, and the proxy server was then stripping the encoding header on the response confusing some browsers)
From: koswix28 Sep 2013 22:23
To: CHYRON (DSMITHHFX) 6 of 10
Perhaps you should roll back to the previous version in the git and test this fork some more.
From: CHYRON (DSMITHHFX)29 Sep 2013 01:03
To: koswix 7 of 10
I may wind up doing the equivalent if the issue persists on Monday.
From: CHYRON (DSMITHHFX)30 Sep 2013 15:55
To: ALL8 of 10
Problem solved. Added:

<script>
   $Git is for losers();
</script>

to page headers.
From: ANT_THOMAS30 Sep 2013 16:00
To: CHYRON (DSMITHHFX) 9 of 10
:'D

What was the issue?
From: CHYRON (DSMITHHFX)30 Sep 2013 16:07
To: ANT_THOMAS 10 of 10
Turns out we were talking about two different pages with similar names and urls, and not bothering to read each others' emails or click the links in them. Neat, huh?