Hi All,<div><br></div><div>Simple question, I think.</div><div><br></div><div>Our error log is flooded with file not found requests for __utm.gif.  This is part of google analytics and for some reason, the requested pages (some) are trying to load it locally.</div>
<div><br></div><div>I have yet to figure this problem out in terms of the &quot;why&quot; but for now, I want to remove it from my error log.</div><div><br></div><div>2 options:</div><div><br></div><div>1. Put a copy of the file in our root directory which will quiet down the error log or</div>
<div>2. Redirect requests to the file via nginx configuration file, something like this:</div><div><br></div><div>location /__utm.gif {</div><div>  [ redirect to: <a href="http://www.google-analytics.com/__utm.gif">http://www.google-analytics.com/__utm.gif</a>]</div>
<div>}</div><div><br></div><div>What would be the correct format for above?</div><div><br></div><div>Also, has anyone encountered this issue before?</div><div><br></div><div>Thanks</div>