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

Set CORS header to Allow Access for any Incoming Domain

The following may be used to set to always set the CORS header for any incoming domains without...

Creating a Form Button

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

What are these htaccess files that keep popping up?

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

My index page does not load - Why not?

Filenames are case sensitive. Be sure you have an index filename all in lower case. Examples are...

htaccess referral redirect

It is often useful to redirect a visitor to a page based on the referring website. There are...