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

Create a 410 Redirect for Missing Files

A redirect which is often forgot about is the 410 redirect. This is search engine friendly in the...

What is a Top-Level-Domain (TLD)?

TLD stands for Top Level Domain. This includes any domain names which suffix is .com, .net, .org,...

Adding HTML to Site Builder

When adding HTML code/source in site builders be sure you are in HTML mode. There is often a...

How can I redirect http to https?

Create an .htaccess file with the following contents and upload it to your public_html directory....

Redirect http to https and www

To forward a website to use both www. and https:// use the following in an .htaccess file:...