What is this Code 304 appearing in my stats?

304 is typically sent as a header if a visitor re-requests a document and the document has not updated since the last request and therefore there is no need to resend the file. This is usually generated as a result of a proxy server rechecking the content of the page. This is not a missing file error and can be ignored.
  • 551 Users Found This Useful

Was this answer helpful?

Related Articles

Error 401 Unauthorized

This can occur when a web page requires authorization or a login to view the contents. If none...

What are all these htaccess files?

.htaccess files are used to perform certain rules such as displaying a 404.shtml file in replace...

Prevent CloudFlare from Loading a js or Script

Sometimes CloudFlare / Rocket Loader can have problems with a script and hose it up. To have...

What are these htaccess files that keep popping up?

.htaccess files are default files the server uses to perform certain tasks. Features such as...

Creating a Form Button

Sometimes all you need is a simple button. The following pages are pretty useful tools for...