Nginx ошибка 304

The HTTP 304 status code tells you there's a communication problem between the browser and a website’s server. Fix this issue using one of these methods.

The HTTP 304 not modified status code indicates a communication problem between a user’s browser and a website’s server. If you or your users come across this status code on your site, it can block access to your content entirely.

Since it can be on the server-side or the client-side, figuring out the source of the problem can take a little work. Fortunately, there are several foolproof techniques for troubleshooting it.

In this post, we’ll discuss HTTP status codes and explain what the HTTP 304 status code is. Then we’ll walk you through six methods you (or your visitors) can use to fix it.

Let’s get started!

An Introduction to HTTP Status Codes

To understand HTTP 304, it helps to first understand status codes. Put simply, every time you make a request to your browser – such as by accessing a particular website – an HTTP status code is sent between your browser and the server in order to exchange information.

There are more than 40 different status codes that can be involved in that communication. However, there are only a handful you’ll likely come across directly. When you do encounter a status code, it usually means that something has gone wrong.

HTTP status codes fall into one of five categories, numbered between the 100s and 500s. Each series indicates a different type of problem. For example, error codes that fall into the 400s, such as the “404 Not Found” error and the ”401 error”, typically mean that there was an issue with the request and the website or page in question was unreachable.

On the other hand, codes in the 300s – such as the HTTP 304 status code we’ll focus on in this post – are redirection codes. They make it clear that the information being requested was either temporarily or permanently substituted with another resource.

When you encounter one of these status codes, it means that further action must be taken.

What is The HTTP 304 Status Code?

HTTP 304, also sometimes known as “304 Not Modified”, is a code that communicates to your browser that: “The requested resource has not been modified since the last time you accessed it.”

The Internet Engineering Task Force (IETF) defines the 304 Not Modified as:

The 304 (Not Modified) status code indicates that a conditional GET or HEAD request has been received and would have resulted in a 200 (OK) response if it were not for the fact that the condition evaluated to false. In other words, there is no need for the server to transfer a representation of the target resource because the request indicates that the client, which made the request conditional, already has a valid representation; the server is therefore redirecting the client to make use of that stored representation as if it were the payload of a 200 (OK) response.

Essentially, your (or your visitor’s) browser is being told by the server that the resources stored (cached) in the browser haven’t been modified since the latest time you visited that page.

In turn, your browser retrieves a saved version of the web page from the cache. The purpose of this is to improve page speed and delivery, by preventing your browser from having to repeatedly download the same information.

Check Out Our Video Guide to the 304 Not Modified Status Code and All 3xx Redirects

Understanding HTTP 304 Requests

When your browser stores a resource in the cache, it keeps what’s called the ‘Last-Modified header’ information that was sent from the server. If a browser receives a request for a web page it has a saved copy of, but it doesn’t know whether it has the latest version, it sends a ‘conditional validation’ request to the server.

The browser communicates to the server the ‘Last-Modified’ date and time for the copy of the resource it has, via the ‘If-Modified-Since’ or ‘If-None-Match’ header. The server inspects these headers and also looks at the ETag value. The latter is a unique identifier used to specify the version of a particular resource.

If the values for these files are the same, the server sends the HTTP 304 Not Modified response header and the browser uses the cached copy of the resource.

If the browser copy is outdated, meaning that the file has been modified since the last request, it sends an HTTP 200 code and a new copy is used.

Unfortunately, there are a few issues that might cause an HTTP 304 response when it’s not supposed to occur. The most common causes include:

  • Server configuration or Domain Name Server (DNS) issues
  • A cached resource that is infected or corrupted (i.e., malware or viruses affecting the browser)

The 304 status code can be due to a problem on either the server-side or the client-side, so it might take some troubleshooting in order to diagnose and resolve it.

The HTTP 304 status code can block access to all of your content which means understanding how to fix it is crucial 🚨 This guide has 6 methods to get things back up and running ASAP ✨Click to Tweet

How to Fix an HTTP 304 Status Code (6 Potential Methods)

The methods you can use to resolve an HTTP 304 status code vary from simple to fairly technical. Search engines are responsible for indexing and caching websites, so this issue can usually be traced back to the browser being used to access the site.

Of course, there’s only so much you can do to fix the browsers of people who are trying to access your site.

However, understanding what may be causing the issue for visitors can be helpful, either when trying to find a solution on your end or assisting them directly.

With that in mind, let’s take a look at six methods you can use to try and fix an HTTP 304 status code!

1. Clear the Browser’s Cache Data

First up, cleaning your browser data to clear the cache might help with accessing the desired URL. This includes deleting all of the browsing data, cookies, and cache information.

The instructions for executing this process will vary depending on the browser you’re using. If you’re unsure how to do it on your device, feel free to refer to our guide on clearing the cache for all major browsers.

2. Run a Malware Scan

Corrupted browsers that have been infected with a virus or malware may be another culprit. Therefore, it’s a good idea to run a malware scan on your system. Doing so can help identify and remove any issues that might be interrupting or interfering with the header request, including problematic extensions.

If you’re using the Windows version of Chrome, you can run the Malware Scanner and Cleanup Tool that comes built-in.

To do this, first make sure you’re running the latest version of Chrome by opening up a new tab and clicking on the menu icon, followed by About Chrome:

google chrome update

The About page of the Google Chrome browser

If your browser isn’t updated to the current version, you can resolve that in the same place. Then, open a new Chrome tab and enter “chrome://settings/cleanup” into the URL bar.

Hit Enter, and then next to Find and remove harmful software click on the Find button:

clean up computer

The cleanup tool in Google Chrome

The scanner will begin running, then report back with the results.

Unfortunately, some other browsers such as Firefox and Edge, as well as the macOS and Linux OSs, do not come with their own versions of this built-in tool. Instead, you’ll have to run a malware scan using the antivirus software on your computer.

3. Disable Your Browser’s Extensions

Your browser’s extensions may also become infected and interfere with requests and server communication. That’s why you may also want to disable them. You can do this by opening Chrome’s menu and going to Settings > Extensions:

chrome settings extensions

The Extensions menu item in Chrome’s settings

On the Extensions page, you can disable each one by clicking on the corresponding toggle switch.

You can also delete unused or outdated extensions via the Remove button:

chrome extensions

The Extensions page in Google Chrome

Again, this process will vary slightly depending on your browser. The goal is to remove or disable each extension manually and then check to see if that resolves the HTTP 304 issue.

Then, you can try turning them back on one by one.

4. Flush the DNS and Reset the TCP/IP

If the problem hasn’t been resolved at this point, there could be an issue with the DNS settings. For example, using an outdated IP address might cause an HTTP 304 status code.

Therefore, another approach to try is flushing the DNS and resetting the TCP/IP.

With Chrome, you can flush the browser DNS by entering “chrome://net-internals/#dns” into a new tab.

Hit Enter, and then click on the Clear host cache button:

clear host cache

The settings page for flushing the DNS cache in Chrome

You can also flush the DNS and reset the TCP/IP in your OS. If you need detailed guidance, you can refer to our tutorial on How to Flush DNS Cache (Windows, Mac, Chrome).

5. Try Using the Google Public DNS

Another potential cause is an incorrect DNS address. Therefore, it’s worth using the Google Public DNS to see if that resolves the problem.

On Windows, you can do this by pressing the Win + R keys. In the Run window that appears, type “ncpa.cpl” into the command box, and then hit Ok.

In the Network Connections window that opens next, locate the network connection you’re using and right-click on it. Next, select Properties:

network connection properties

The Network Connections settings page in Windows

From there, double-click on Internet Protocol Version 4:

internet protocol version

The Wi-Fi Properties settings in Windows

Select the option to “Use the following DNS server addresses”, then enter the value “8.8.8.8” under Preferred and “8.8.4.4” under Alternate:

dns server addresses

The fields to input preferred and alternate DNS server addresses in Windows

When you’re done, click on Ok. Then restart your system, and try accessing the website again.

To change your DNS server settings using macOS, you would go to Apple > System Preferences > Network:

System Preferences in macOS

System Preferences in macOS

In the window that opens, select your connection, then click on Advanced followed by the DNS tab:

The Network DNS panel in macOS

The Network DNS panel in macOS

Click the + icon next to the IPv4 or IPv6 addresses, to replace the existing addresses with the Google Public IPs.

For further instructions or for guidance on using Google Public DNS on a Linux or another OS, check out Google’s own DNS guide.

6. Check Your Server Configuration Files for Incorrect Redirect Instructions

An HTTP 304 Not Modified status code can occur due to both server- and client-related problems. If none of the methods we’ve covered so far have corrected the issue, your server configuration files may be at fault. For example, it’s possible that there are incorrect redirect instructions present.

The process for checking your server configuration files depends on whether you’re using Nginx or Apache.

At Kinsta, we use the Nginx web server. So if you’re a Kinsta user, you won’t have access to the .htaccess file that Apache users do.

However, you can still perform similar functions. For example, after logging in to MyKinsta, you can check the Analytics > Response section of the dashboard for a breakdown of response codes and redirects:

Response code breakdown in MyKinsta

Response code breakdown in MyKinsta

You can also check the error logs. If you have a specific question or request about editing the configuration files, your best bet is to reach out to our support team.

If your server is running on Apache, then you’ll want to look for the .htaccess file in the root directory of your site. You can do this by logging into the File Manager for your hosting account, and navigating to the public_html folder.

Once you open that file, look for a mod_cache module section. It should look something like this:

LoadModule cache_module modules/mod_cache.so
<IfModule mod_cache.c>
    LoadModule cache_disk_module modules/mod_cache_disk.so
    <IfModule mod_cache_disk.c>
        CacheRoot "c:/cacheroot"
        CacheEnable disk  "/"
        CacheDirLevels 5
        CacheDirLength 3
    </IfModule>

    # When acting as a proxy, don't cache the list of security updates
    CacheDisable "http://security.update.server/update-list/"
</IfModule>

We don’t recommend deleting anything, as that can cause severe damage. Instead, you can try temporarily commenting out the cache section by adding a “#” symbol at the beginning of each line.

After you save your changes, check to see if this resolved the HTTP 304 status code.

Don’t let an HTTP 304 status code stand in the way of your site ❌ Find all the troubleshooting tricks you need in this in-depth guideClick to Tweet

Summary

300s redirection codes are used to improve page speed and performance. Unfortunately, when a server or browser isn’t properly configured, communication between the two can get interrupted and result in an HTTP 304 not modified status code. There are six methods you can use to fix it, specifically:

  1. Clearing your browser’s cache data.
  2. Running a malware scan.
  3. Disabling your browser extensions.
  4. Flushing the DNS and resetting the TCI/IP.
  5. Trying the Google Public DNS.
  6. Checking your server configuration files for incorrect redirect instructions.

Get all your applications, databases and WordPress sites online and under one roof. Our feature-packed, high-performance cloud platform includes:

  • Easy setup and management in the MyKinsta dashboard
  • 24/7 expert support
  • The best Google Cloud Platform hardware and network, powered by Kubernetes for maximum scalability
  • An enterprise-level Cloudflare integration for speed and security
  • Global audience reach with up to 35 data centers and 275 PoPs worldwide

Test it yourself with $20 off your first month of Application Hosting or Database Hosting. Explore our plans or talk to sales to find your best fit.

The HTTP 304 not modified error is a status code that indicates that that the requested resource has not been modified since the previous transmission.

As a part of our Server Management Services, we help our Customers to fix HTTP related errors regularly.

Let us today discuss the possible causes and fixes for this error.

What is 304 not modified error?

The 304 error indicates a communication problem between a user’s browser and server.

This message tells the browser that the resources cached in the browser have not been modified since the previous transmission. Thus there is no need to retransmit the requested resource to the client again. As a result, the browser displays a cached version of the web page.

Sometimes, this status code is shown when if it is not supposed to return this result. It can happen in the following cases:

  • Server configuration or Domain Name Server (DNS) issues
  • Infected or corrupted cached resource

How to fix the 304 not modified error?

Let us now look at some potential measures that may help us to resolve this error message.

Check server configurations and redirects

The 304 response codes could trigger due to incorrect redirect instruction present in the server configuration. For the Apache web server, it would be a good idea to cross-check the redirect rules in the .htaccess.

Check for the line starting with “mod_cache” in this file.  We can try commenting out those lines to see if it fixes this error. Also, look for similar redirect codes in the Apache configuration file under mod_cache.c section like the one given below:

LoadModule cache_module modules/mod_cache.so
<IfModule mod_cache.c>
    LoadModule cache_disk_module modules/mod_cache_disk.so
    <IfModule mod_cache_disk.c>
        CacheRoot "c:/cacheroot"
        CacheEnable disk  "/"
        CacheDirLevels 5
        CacheDirLength 3
    </IfModule>

    # When acting as a proxy, don't cache the list of security updates
    CacheDisable "http://security.update.server/update-list/"
</IfModule>

For Nginx websites, look for the expires directive within the nginx.conf file. This define when the cached versions should be refreshed from the server. A sample one looks like:

map $sent_http_content_type $expires {
    default                    off;
    text/html                  24h;
    text/css                   24h;
    application/javascript     max;
    ~image/                    max;
}

server {
    listen 80;
    listen 443 ssl;
    server_name www.example.com;
    expires $expires;
}

We could temporarily disable this directive by commenting out those lines.

Using a Public DNS

The 304 error can happen due to an incorrect DNS address. Thus a possible method to fix this error would be to use the Google Public DNS.

On Windows, we can perform it from the Network connections window. Here, locate the network connection you’re using and right-click on it.

Next, select Properties and double-click on Internet Protocol Version 4.

Select the option to “Use the following DNS server addresses”, then enter the value “8.8.8.8” under Preferred and “8.8.4.4” under Alternate. Finally, we need to restart the system to apply the changes.

Sometimes, flushing the DNS cache can help also help us to fix this error

Perform a malware scan

Corrupted browsers are another common factor that may trigger this error. Thus it is recommended to run a malware scan on the browser if we unexpectedly receive the 304 status code.

Windows version of Chrome has a Malware Scanner and Cleanup Tool that comes built-in. The cleanup can be performed from the URL “chrome://settings/cleanup”.

Hit Enter, and then next to Find and remove harmful software click on the Find button. The scanner will begin running, then report back with the results.

For other browsers, we may use an antivirus program in the server to perform the scan as they do not have an inbuilt one.

It is possible for the browser’s extensions to become infected and interfere with requests and server communication. Thus we could also try disabling them to see if it fixes the error.

We could also try clearing the browser cache as it helps us to sort out this problem at times.

Debug Application Code

Another possible reason for this error is some custom code within the application. We may need to manually debug the application, along with parsing through application and server logs.

[Need any further assistance in fixing HTTP errors? – We’re available 24*7]

Conclusion

In short, HTTP 304 not modified error is a status code that indicates that that the requested resource has not been modified since the previous transmission. Today, we saw how our Support Engineers fix this error.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = «owonCMyG5nEQ0aD71QM»;

Диалог клиентской программы (браузера, робота поисковой системы и других) с сервером, отличаясь только деталями, ведется по одним и тем же принципам: запрос клиента — ответ сервера в виде кода. Он состоит из трехзначного числа (первая цифра в котором указывает на класс состояния HTTP) и фразы-пояснения на английском языке. Прочитав первичную инструкцию, программа понимает, как вести дальнейшую работу с запрашиваемым документом или страницей. В каждом классе может быть несколько кодовых вариаций. Далее разберемся, что представляет собой ошибка 304, какие причины приводят к её возникновению и какие методы исправления существуют.

Если поисковый бот уже видел документ/страницу в том виде, в каком они представлены на данный момент, сервер выдает код 304 Not Modified (Не изменен). Это означает, что кэш, сгенерированный во время предыдущего визита, актуален (If-Modified-Since или If-Match не изменились). То есть роботу нет необходимости ещё раз полностью исследовать часть сайта, достаточно будет получить http-заголовки и двигаться дальше, существенно сэкономив время на индексировании.

Что такое ошибка 304

При этом снижается нагрузка на сервер, которому нужно передавать автору запроса только измененные документы или страницы. Соответственно, увеличивается скорость работы: если пользователю требуется попасть на страницу, с момента предыдущего визита оставшуюся неизменной, то документ повторно не пересылается, браузер выдает локальную копию, ранее уже сохраненную в кэше.

В ответе сервера содержатся следующие поля заголовков (они всегда завершаются пустой строкой):

  • Date;

  • ETag или Content-Location;

  • Expires, Cache-Control или Vary.

Ошибка Not Modified может появляться в любых из нижеперечисленных операционных систем:

  • Windows 2000;

  • Windows ME;

  • Windows XP;

  • Windows Vista;

  • Windows 7;

  • Windows 8;

  • Windows 10.

Признаки наличия ошибки HTTP 304

  • Окно активной программы закрывается после демонстрации сообщения «Ошибка HTTP 304».

  • Используемый браузер постоянно сообщает об ошибке HTTP 304 на одном или нескольких веб-ресурсах.

  • Отображается «Not Modified».

  • Медленная работа Windows, отсроченная реакция на ввод с мыши или клавиатуры.

  • Компьютер подвисает на некоторое время (случается периодически).

Признаки наличия ошибки HTTP 304

Не всегда сообщения браузера об ошибке отражают истинное положение дел. Так, «Страница не найдена» (HTTP 404) может выдаваться и при посещении нормально функционирующей страницы. То же с ошибкой 304, которая далеко не всегда указывает на действительно не измененную с даты последнего сканирования страницу. Ошибка может стать следствием целого ряда причин, которые мы рассмотрим в следующем разделе.

Причины возникновения ошибки HTTP 304

  • Интернет-браузер может быть поврежден вирусом или вредоносной инфекцией, которые перехватывают контроль и действуют в своих корыстных целях.

  • Если недавно производились установка или удаление Windows, реестр операционной системы может быть поврежден.

  • Файлы браузера могут быть инфицированы внешней вредоносной программой.

Очевидно, ответ на вопрос: «304 ошибка — что это?» не может ограничиться только описанием ответа сервера, который предлагает использовать сохраненную версию неизмененной страницы.

Причины возникновения ошибки HTTP 304

Так, ошибка 304 вполне может быть результатом заражения браузера вирусными инфекциями, которые негативно отражаются и на реестре Windows. Сообщения об ошибках будут появляться всё чаще, тормозя работу и, мягко говоря, раздражая. Чтобы устранить проблемы, нужно последовательно выполнить ряд действий.

Как исправить ошибку 304: пошаговое руководство

Приведенная инструкция составлена таким образом, чтобы избежать ненужных усилий и временных затрат. Двигаясь от простого к сложному, можно с наименьшими потерями исправить ошибку через устранение причин, следствием которых она является.

Как исправить ошибку 304: пошаговое руководство

Шаг 1. Восстановление записей реестра, связанных с ошибкой 304

Если вы опытный мастер, то вполне можете вручную внести редакторские правки в реестр. В противном случае лучше довериться надежным инструментам, например разработанной Microsoft Gold Certified Partner утилите Reimage, которая поможет оптимизировать операционку, избавив её от накопившегося мусора.

Реестр — это иерархически выстроенная текстовая база, хранящая практически все системные настройки. Даже малейшая неточность (поставленная не в том месте запятая, удаленный символ и другие) может нанести серьезный ущерб системе и компьютеру в целом вплоть до его полной неработоспособности. Риск велик, поэтому для исправления ошибки 304 лучше всего привлекать автоматическую чистку.

Перед каждым сканированием программа создает резервную копию, защищая тем самым компьютер от возможного повреждения. Если были внесены ненужные изменения, их можно отменить одним щелчком мыши. В процессе работы программа находит поврежденные записи, нерабочие ссылки и ссылки на несуществующие файлы (которые, к примеру, вызывают ошибку 304). После проведения автоматической чистки вы можете в буквальном смысле не узнать свой ПК, который начнет работать значительно быстрее.

Важно: ручное редактирование реестра Windows НЕ рекомендовано неопытным пользователям. Если «Редактор реестра» используется некорректно, это может стать причиной серьезных проблем в работе компьютера и привести к необходимости переустановки системы. Нет гарантии устранения неполадок, ставших следствием неправильного использования «Редактора реестра». Принимая решение о редактировании вручную, вы пользуетесь «Редактором реестра» на свой страх и риск.

Создание резервной копии

Подготовка к редактуре включает обязательный этап — создание резервной копии. Исправляя ошибку 304, необходимо экспортировать ту часть реестра, которая связана с пояснением кода «Не изменен» (например, Windows Operating System):

  • Нажать кнопку «Начать».

  • Ввести «command» в строке поиска… ENTER НЕ НАЖИМАТЬ!

  • Зажав CTRL-Shiftна клавиатуре, нажать ENTER.

  • Появляется диалоговое окно доступа.

  • Нажать «Да».

  • Черный ящик открыть мигающим курсором.

  • Ввести «regedit», затем нажатьENTER.

  • В «Редакторе реестра» выбрать ключ, связанный с ошибкой 304 (например, Windows Operating System), для которого требуется создать резервную копию.

  • В меню «Файл»выбрать «Экспорт».

  • В списке «Сохранить в»выбрать папку, куда отправится резервная копия ключа Windows Operating System.

  • В поле «Имя файла»ввести название файла резервной копии (например, «Windows Operating System резервная копия»).

  • Убедиться, что в поле «Диапазон экспорта»выбрано значение «Выбранная ветвь».

  • Нажать «Сохранить». Файл будет сохранен с расширением .reg.

Резервная копия записи реестра, связанная с ошибкой 304 (Not Modified), готова.

Шаг 2. Полное сканирование компьютера на предмет вредоносного программного обеспечения

Ошибка Not Modified может возникать вследствие заражения компьютера вредоносным ПО, которое повреждает или даже удаляет файлы, связанные с кодами состояний браузера. Не исключена вероятность связи ошибки 304 с компонентом самой вредоносной программы.

Полное сканирование компьютера

Шаг 3. Очистка системы от мусора (временных файлов и папок) с помощью очистки диска (cleanmgr)

Утилита позволяет освободить жесткий диск от хлама, который неизбежно появляется со временем. Ненужные файлы не только перегружают память, снижают работоспособность компьютера, но могут ещё и стать причиной ошибки с кодом 304.

Совет: cleanmgr — отличный встроенный инструмент, однако ему не под силу вычистить абсолютно все временные файлы с компьютера. Даже некоторые майкрософтовские программы не поддаются его очистке, не говоря уже о Chrome, Firefox, LiveMessenger и сотнях других.

Поэтому для качественной «уборки» следует применять специализированное программное обеспечение очистки жесткого диска / защиты конфиденциальности, например продукт от Microsoft Gold Partner — WinSweeper, проводящий очистку всего компьютера. Если раз в день запускать автоматическое сканирование WinSweeper, можно гарантировать чистоту устройства, высокую скорость его работы и отсутствие ошибок Not Modified, поскольку будет устранена их причина — временные файлы, мешающие нормальному функционированию системы.

Алгоритм запуска cleanmgr

Алгоритм запуска cleanmgr (очистка диска) на Windows 7, 8, 10, XP, Vista:

  • Нажать кнопку «Начать».

  • Ввести «command» в строке поиска… ENTER НЕ НАЖИМАТЬ!

  • Зажав CTRL-Shiftна клавиатуре, нажать ENTER.

  • Появляется диалоговое окно доступа.

  • Нажать «Да».

  • Черный ящик открыть мигающим курсором.

  • Ввести «cleanmgr» и нажать ENTER.

  • Программа подсчитает, сколько дискового пространства можно освободить от ненужных файлов.

  • Откроется диалоговое окно «Очистка диска», где нужно выбрать флажки, отметив категории для «уборки». Чаще всего большую часть диска занимают «Временные файлы».

  • Установив флажки, нажать «OK».

Кейс: VT-metall

Узнай как мы снизили стоимость привлечения заявки в 13 раз для металлообрабатывающей компании в Москве

Узнать как

Шаг 4. Обновление драйверов устройств компьютера

Ещё одной причиной возникновения ошибки Not Modified может являться устаревание или повреждение драйверов. Кажется, ещё вчера всё было прекрасно, все устройства работали без сбоев, а сегодня драйверы уже вышли из строя. Оптимально решить эту проблему с помощью утилиты обновления драйверов (например, DriverDoc от разработчика Microsoft Gold Partner). Обновление драйверов — процесс сложный и длительный, не стоит отказываться от прекрасной возможности его автоматизировать.

Ошибка 304 может быть устранена, может остаться, поскольку её причиной не являются проблемы в драйверах. Но в любом случае четвертый шаг алгоритма будет полезен. Чтобы компьютер работал быстро и без сбоев, нужно убедиться, что в управлении устройствами операционной системе помогают новейшие программы.

Шаг 5. Восстановление системы Windows для отмены последних изменений

Данный шаг помогает откатиться к тому моменту, когда компьютер работал без сбоев и навязчивой ошибки Not Modified. Порой отмена внесенных изменений может стать средством устранения причин, приведших к появлению ошибки 304.

Важно помнить, что восстановление системы не оказывает влияния на данные (документы, изображения, музыку).

Восстановление системы Windows

Алгоритм восстановления системы для Windows 7, 8, 10, XP, Vista:

  • Нажать кнопку «Начать».

  • Ввести в строке поиска «Восстановление системы»и нажать ENTER.

  • В окне результатов выбрать «Восстановление системы».

  • Появится запрос пароля, ввести пароль администратора.

  • Для выбора точки восстановления следовать предлагаемым «Мастером» инструкциям.

  • Восстановить компьютер.

Шаг 6. Удаление и восстановление связанной с ошибкой Not Modified программы Windows Operating System

Алгоритм для Windows 7 и Vista:

  • Нажать кнопку «Пуск», найти «Программы и компоненты», открыть.

  • В меню справа нажать на «Панель управления».

  • Выбрать «Программы».

  • Выбрать «Программы и компоненты».

  • В столбце«Имя» найти «Windows Operating System», нажать.

  • В верхней ленте меню нажать кнопку «Удалить».

  • Для завершения удаления Windows Operating System нужно следовать инструкциям, которые появятся на экране.

Удаление и восстановление связанной с ошибкой Not Modified программы Windows Operating System

Алгоритм для Windows XP:

  • Нажать кнопку «Пуск», найти «Программы и компоненты», открыть.

  • Нажать на «Панель управления».

  • Нажать на «Установка и удаление программ».

  • В списке «Установленные программы» найти Windows Operating System, нажать.

  • Справа нажать на кнопку «Удалить».

  • Чтобы завершить удаление Windows Operating System, необходимо следовать инструкциям на экране.

Алгоритм для Windows 8:

  • Курсор мыши установить в левой нижней части экранадля показа изображения меню «Пуск».

  • Щелкнуть правой кнопкой мышидля вызова контекстного меню «Пуск».

  • Нажать «Программы и компоненты».

  • В столбце«Имя» найти и нажать на Windows Operating System.

  • В верхней ленте меню нажать «Удалить/изменить».

  • Для завершения удаления Windows Operating System нужно следовать инструкциям на экране.

Алгоритм для Windows 8

Когда удаление будет успешно завершено, необходимо заново установить программу (в рассмотренном примере — Windows Operating System). В этом поможет инструкция Microsoft Corporation.

Обратите внимание: шаг 6 решит проблему, если причиной ошибки Not Modified является определенная программа Microsoft Corporation. Удалив и повторно установив её, вы, скорее всего, избавитесь от ошибки 304.

Шаг 7. Запуск проверки системных файлов Windows («sfc /scannow»)

Поврежденные системные файлы нередко могут приводить к ошибке 304. Чтобы узнать, есть ли такие в Windows, нужно просканировать систему, а потом восстановить элементы с выявленными повреждениями. Для этого в состав операционной системы включен очень удобный инструмент проверки.

Алгоритм проведения проверки файлов системы для Windows 7, 8, 10, XP, Vista:

  • Нажать кнопку «Начать».

  • Ввести «command» в строке поиска… ENTER НЕ НАЖИМАТЬ!

  • Зажав CTRL-Shiftна клавиатуре, нажать ENTER.

  • Появляется диалоговое окно доступа.

  • Нажать «Да».

  • Черный ящик открыть мигающим курсором.

  • Ввести «sfc /scannow» и нажать ENTER.

  • Программа проверки начнет сканирование системы, в том числе на предмет ошибки 304. Процесс может быть небыстрым, нужно запастись терпением, чтобы в итоге получить полную и объективную картину.

  • Необходимо следовать командам на экране.

Шаг 8. Установка обновлений операционной системы

В некоторых случаях для решения проблемы с возникновением ошибки Not Modified достаточно обновить Windows. Разработчики постоянно улучшают системные файлы, формируют пакеты обновлений и различные патчи, которые становятся ценными помощниками для реализации шага 8. Найдите обновления, установите их и устраните ошибку 304 — иногда именно так и будет выглядеть резюме процесса.

Для проверки наличия обновлений Windows 7, 8, 10, XP, Vista, необходимо:

  • Нажать кнопку «Начать».

  • В строке поиска ввести «update» и нажать ENTER.

  • Появится диалоговое окно «Обновление Windows».

  • В случае если доступные обновления есть, нужно нажать кнопку «Установить обновления».

Чистая установка Windows

Шаг 9. Чистая установка Windows

Порой 304 ошибка сервера — проблема, которая может быть решена только через переустановку операционной системы. Принципиально важно тщательно подготовиться к сложному процессу. Необходимо создать резервные копии всех важных данных, которые нельзя потерять. Это могут быть изображения, документы, программы установки ПО и прочее.

Существуют рекомендованные инструменты для резервного копирования, которые выполняют столь ценную работу по сохранению данных. Важность создаваемых копий можно недооценивать, когда компьютер работает в штатном режиме. Но как только возникают проблемы, значимость резервного копирования сразу становится очевидной.

Важно! Если переустановка Windows не привела к устранению ошибки 304, это говорит об ОБЯЗАТЕЛЬНОЙ связи проблемы с аппаратным обеспечением. Причину следует искать в оборудовании, которое с большой долей вероятности необходимо будет заменить.

Коротко о других основных кодах-ошибках по протоколу HTTP

Коротко о других основных кодах-ошибках по протоколу HTTP

Информационные (Informational 1xx)

Числовые коды от 100 до 199 указывают на принятие, понимание и обработку клиентского запроса.

  • 100=»Continue»

Ответ «Продолжить» означает: первая часть запроса сервером успешно принята, можно продолжать запрашивать.

  • 101=»SwitchingProtocols»

«Переключение протокола». Сервер переключается на определенный протокол, указание на который дано в заголовке Upgrade клиентского запроса.

Успешные (Successful 2xx)

Коды от 200 до 299 входят в класс «Успешных» и означают принятие запроса и отправку запрашиваемого документа.

  • 200=»OK»

Успешная обработка запроса, ответ включает данные, затребованные клиентом.

  • 201=»Created»

«Создан». Сервер сгенерировал новый идентификатор URI, информацию о размещении новых данных можно найти в заголовке ответа сервера Location.

  • 202=»Accepted»

«Принят». Сервер приступит к обработке принятого запроса позже, но не факт, что клиент получит то, что искал. Причины невыполнения изначально принятого запроса будут указаны в пояснительном сообщении.

  • 203=»Non-Authoritative Information»

«Неавторитетная информация». Таким образом сервер уведомляет клиента о том, что возвращенный документ/страница взят из другого источника или из локальной копии.

  • 204=»NoContent»

«Нет контента». В ответе содержатся заголовок (который может быть полезен клиенту) и код состояния при отсутствии содержимого. Сервер указывает на отсутствие необходимости предпринимать какие-либо действия, когда пользователь щелкает, например, по пустому месту страницы или изображения.

  • 205=»ResetContent»

«Сбросить содержимое». Чаще всего используется для указания на необходимость очистки используемой транзакционной формы для дополнительных входных данных. Это могут быть поля для ввода сообщений и другие формы, требующие заполнения.

  • 206=»PartialContent»

«Частичный контент». Используется в ответе на запрос с указанием заголовка Range, в соответствии с которым сервер возвращает определенную часть данных и указывает их диапазон в заголовке Content-Range.

  • 233 — because not everyone lives in «your country»

Соединение с сервером успешно устанавливается, но при входе в систему происходит ошибка из-за того, что на другом конце канала «отсутствует процесс». Ошибка возникает вследствие того, что на сервере не настроен прием удаленных соединений.

Перенаправление запроса

Перенаправление запроса (Redirection 3xx)

Коды от 300 до 399 указывают на необходимость дополнительных действий для получения релевантного ответа на запрос.

  • 300=»MultipleChoices»

«Множественность выбора» в ответе сервера означает, что затребованный идентификатор ресурса ведет к нескольким страницам (к примеру, документ, переведенный на несколько языков, находится по одному адресу). Подробности ошибки можно узнать в теле ответа, но чаще всего причиной становятся заголовки или адреса.

  • 301=»MovedPermanently»

«Перемещен навсегда». Указанный запрос не выполняется, поскольку затребованный URI уже не используется сервером. В заголовке ответа Location указан новый адрес документа. Чаще всего способ используется для редиректа, когда пользователь перенаправляется с одной страницы на другую.

Если запрос выполняется не методом HEAD, в теле сообщения сервер должен передать гипертекстовое пояснение. Если запросы выполняются любым методом, кроме GET и POST, необходимо уведомлять клиента об изменении ссылки. Некоторые агенты после перехода на другой адрес ошибочно меняют метод POST на GET — об этом нужно помнить.

  • 302=»MovedTemporarily»

«Перемещен временно». Близок по смыслу предыдущему коду, но в данном случае старый объект оказывается недоступен на временной основе. Например, если на странице ведутся работы, мастер может создать ее дубликат с новым урлом. Новое место расположения указывается в заголовке ответа Location. Получив код 302, программа-клиент должна разрешить запрос при помощи нового идентификатора в данный момент, в дальнейшем следует использовать прежний URL.

Как и в ситуации с 301-редиректом, от сервера требуется гипертекстовое пояснение (при использовании любого метода, кроме HEAD) и уведомление клиента о смене URL (если используются методы за исключением GET и POST).

Перемещен временно

  • 303=»SeeOther»

Требуемый идентификатор находится по другому URL, который указывается в заголовке ответа Location. Клиент должен сделать запрос GET-запрос, чтобы получить доступ к запрашиваемому документу/странице.

  • 305=»UseProxy»

Использовать прокси-сервер, адрес которого указывается в заголовке Location. Доступ к запрашиваемому объекту можно получить только таким образом.

  • 306=»(Unused)»

Больше не использовать

  • 307=»TemporaryRedirect»

Временное перемещение. Похож на 302 временный редирект, но используемый метод не должен изменяться.

Ошибки со стороны клиента (ClientError 4xx)

Коды от 400 до 499 указывают на неполноту запроса, иногда от клиента требуются дополнительные данные, чтобы сервер мог возвратить информацию.

  • 400=»BadRequest»

Обнаружена синтаксическая ошибка в клиентском запросе.

  • 401=»Unauthorized»

Передается с заголовком WWW-Authenticate. Код указывает на необходимость авторизации, поскольку без подтверждения полномочий сервер не может предоставить требуемые данные.

  • 402=»PaymentRequired»

«Требуется оплата». Код не используется, является резервом на будущее.

  • 403=»Forbidden»

Доступ запрещен, что не позволяет серверу предоставить клиенту ответ на запрос.

  • 404=»NotFound»

Указывает, что документ не найден по указанному идентификатору.

NotFound

  • 405=»MethodNotAllowed»

Код «метод не поддерживается» выдается с заголовком Allow. Используемый клиентом метод деактивирован и не поддерживается для данного идентификатора.

  • 406=»Not Acceptable»

Вместе с кодом сервер выдает заголовки Content-Language, Content-Encoding и Content-Type. Указывает, что указанный клиентом ресурс не содержит контента, требуемого в запросе.

  • 407=»ProxyAuthenticationRequired»

Используется с заголовком Proxy-Authenticate и указывает, что прокси-сервер требует авторизоваться. Пользователь должен подтвердить полномочия, чтобы получить данные по запросу.

  • 408=»RequestTime-out»

Сервер вынужден разорвать сетевое соединение, поскольку в течение отведенного на это времени пользователь не передал полный запрос.

  • 409=»Conflict»

Клиентский запрос вступает в конфликт с конфигурацией сервера или другим запросом. О причинах сервер должен проинформировать в пояснении к коду, но чаще всего требуется обращаться к провайдеру.

  • 410=»Gone»

Существовавшая ранее страница удалена навсегда.

  • 411=»LengthRequired»

Требуется указать заголовок Content-Length, без которого запрос не будет принят сервером.

  • 412=»PreconditionFailed»

В заголовках указаны невыполнимые для сервера условия.

  • 413=»RequestEntityTooLarge»

Объявленный сервером лимит на размер запроса превышен, поэтому обработка не состоится.

  • 414=»Request-URI TooLong»

Слишком длинный идентификатор запроса, обработки не последует.

Слишком длинный идентификатор запроса

  • 415=»UnsupportedMediaType»

Тело запроса вводится в не поддерживаемом сервером формате, обработки не будет.

  • 416=»RequestedRangeNotSatisfiable»

Некорректное значение в поле Range (выражается в байтах) не позволяет обработать запрос.

  • 417=»ExpectationFailed»

Некорректное значение в поле Expect (Ожидание).

  • 422=»UnprocessableEntity»

Запрос успешно принят, указанный вид данных может быть обработан, но имеющаяся логическая ошибка не позволяет провести обработку.

Данный код в некоторых системах отправляется клиенту, если требуются дополнительные данные для передачи: NOT ENOUGH DATA.

  • 429=»You exceeded the rate limit»

Лимит запросов превышен. Может быть указано время ожидания для введения нового запроса.

  • 449 — Retry with a proxy in another country.

Необходимо повторить запрос через прокси «в другой стране», потому что параметры запроса не могут быть приняты сервером.

  • 450=Rating Service Unavailable

  • 451=UnavailableForLegalReasons

Причины отказа в доступе кроются в юридических ограничениях.

  • 452 could be site not permitted by employer

  • 453 could be site not permitted by ISP

  • 460 BlockedbyRepressiveRegime

Заблокировано репрессивным режимом. Проще говоря, цензура.

Ошибки сервера (ServerError 5xx)

Коды от 500 до 599 сервер отправляет, признавая свою вину в невыполнении операции.

Ошибки сервера

  • 500=»InternalServerError»

Часто бывает связано с ошибками в файле .htaccess, но вообще обозначает аварийный отказ компонента сервера или ошибку конфигурации.

  • 501=»NotImplemented»

Непонимание метода запроса или невозможность выполнить требуемое клиентом действие.

  • 502=»BadGateway»

Выступая в роли посредника, сервер получает недопустимые ответы от вышестоящего «коллеги».

  • 503=»ServiceUnavailable»

Технические причины в данный момент не позволяют выполнить запрос клиента. Если сервер знает, когда доступ будет восстановлен, то уведомляет об этом в заголовке Retry-After.

  • 504=»GatewayTime-out»

Превышение лимита времени вышестоящим сервером.

  • 505=»HTTP Versionnotsupported»

В запросе использована версия протокола HTTP, которую сервер не поддерживает.

Дмитрий Свистунов

Облако тегов

Понравилась статья? Поделитесь:

When you’re browsing the internet, you may occasionally come across an HTTP status code, such as “HTTP 304 not modified.” This typically prevents you from accessing the site you’re trying to use, which can be frustrating. Fortunately, there are some simple steps you can take to resolve it.

In this post, we’ll explain what the HTTP 304 not modified status code is, and explore some of its common causes. Then we’ll walk you through five potential solutions you can use to fix it.

Let’s get started!

Subscribe To Our Youtube Channel

An Introduction to the HTTP 304 Not Modified Status Code

There are a handful of different HTTP error codes you may come across online. Some of the most common are 301 and 302 redirects, as well as the infamous 404 Error. Another problem you might encounter from time to time is HTTP 304, also referred to as the “304 not modified” status code.

Technically, HTTP 304 is a redirect rather than an actual error. However, it can prevent you and other visitors from accessing a web page.

Status codes are sent every time you visit a website from your browser. However, that usually happens in the background. If you actually see the status code, it means that something went wrong.

Typically, if you’re seeing this status code, it means that your browser and the website are having trouble communicating. More specifically, it indicates that information wasn’t properly sent from your browser to the site’s server, which is preventing you from seeing the web page you’re trying to access.

The reason this code is referred to as “not modified” is that the site you’re trying to reach hasn’t been changed since you last visited it. Browser caching stores data from web pages on your local device, so you don’t have to repeatedly download the same information.

If your browser receives an HTTP 304 not modified code, it will attempt to display the saved or cached version of the URL instead. Unfortunately, this may occasionally prevent you (or other users) from seeing the page entirely, because the information is outdated.

Common Causes of HTTP 304 Not Modified

Before we begin troubleshooting this issue, it may help to understand some of the reasons it may be happening. There are a few common causes of HTTP 304 that are worth knowing about.

One possibility is that you have malware or a virus on your computer, which is disrupting your browser and more specifically its caching mechanisms. Another potential reason is that your browser currently contains corrupted files, preventing it from successfully saving and updating data.

A third common cause is an issue with a third-party application or software. For example, you might have installed a tool or browser extension that is now causing issues with your browsing experience.

How to Fix the HTTP 304 Not Modified Status Code (5 Methods)

Now that you understand a bit more about what this status code is, let’s take a look at how to fix it. Below are five potential solutions for resolving HTTP 304 not modified.

1. Clear Your Browser Cache

As we mentioned earlier, a disrupted cache is a common cause of HTTP 304. Therefore, the first and simplest step you can take to resolve this issue is to clear your browser cache.

If you’re using Google Chrome, you can do this by navigating to the menu icon in a new tab (the three vertical dots in the top right-hand corner). Then navigate to More tools > Clear browsing data:

The option to clear browsing data in Google Chrome.

In the window that opens next, confirm that All time is the selected option for the Time range drop-down menu. Next, make sure that all three options (Browsing history, Cookies and other site data, and Cached images and files) are selected:

The 'Clear Data' window in Chrome.

After that, click on the Clear data button. When you’re done, refresh your browser and try accessing the website again.

If you’re using a browser other than Chrome, the steps for clearing your cache will be slightly different. You can check out our guide to clearing your browser cache for step-by-step instructions.

2. Temporarily Disable Your Browser Extensions

It’s possible that a third-party tool or browser extension is to blame for the HTTP 304 status code. Therefore, you might want to try temporarily disabling these tools to see if you can pinpoint any that are interrupting your connection.

To do so, you can navigate to a new browser tab, click on the menu icon, and then browse to Settings > Extensions:

The Chrome settings screen with Extensions highlighted.

On the Extensions page, you can toggle the switch to temporarily disable an app, or click on the Remove button to delete it completely:

Disabling an extension in Chrome.

We recommend toggling each extension off one by one, checking the site after each to see if it’s now accessible. If turning one of these tools off resolves the HTTP 304 issue, you’ll want to delete the add-on entirely (as it’s likely infected) and find a replacement if necessary.

3. Conduct a Malware Scan

Another problem that may be causing the HTTP 304 code is that you’re using an outdated version of Chrome. Alternatively, there may be malware or problematic software corrupting your browser. This is why we recommend running a malware scan on your site and using Chrome’s built-in cleanup tool.

First, it’s best to ensure that you’re using the latest version of Chrome (and update it if you’re not). To do so, you can navigate to the settings menu, and then click on Help > About Google Chrome:

The About Chrome screen.

The browser will begin checking to see whether there’s an update available. If there is, you can hit Restart to update Chrome.

Next, you can enter “chrome://settings/cleanup” into your browser’s search bar, and then press the Enter key:

The option to clean up Chrome.

Your browser will begin checking for any harmful software. If any is present, you can disable or delete it entirely, and then check to see if the HTTP 304 error persists.

Finally, you might also want to try running any malware scanner you have installed on your computer. This is something we recommend regardless of your Operating System (OS). However, it’s especially important if you’re using Firefox, Safari, or another browser other than Chrome that doesn’t come with a built-in cleanup tool.

4. Reset Your DNS and TCP/IP Settings

If you’re still encountering the HTTP 304 status code, the next step you can try is to flush your DNS. To do so, you can enter “chrome://net-internals/#dns” into your browser’s search bar, and then hit the Enter key:

The option to flush your DNS via Chrome.

Next, click on the Clear host cache button, located under the DNS tab. Once you’re done, try restarting your browser to re-access the URL.

If this doesn’t work, you can also try switching to the Google Public DNS. You can do so by typing “ncpa.cpl” into the Windows search bar, and then clicking on the OK button.

In the Network Connections window that opens, right-click on your current network connection and select Properties:

The Network Connections window in Windows.

Next, double-click on Internet Protocol Version 4. In the window that opens, click on the option that says “Use the following DNS server address”:

The screen to add new DNS addresses in Windows.

Next to the Preferred value field, enter “8.8.8.8”. Next, enter “8.8.4.4” into the Alternative field. Once you’re done, click on OK. After you restart your computer, try accessing the site again.

If you’re using macOS, you can change your DNS settings by navigating to Apple > System > Preferences > Network. Next, click on Advanced > DNS:

The DNS settings on macOS.

After that, you can select the (+) icon next to IPv4 or IPv6 addresses. You can enter the same Google Public DNS values as above, and then click on OK.

5. Check Your Server Configuration Files

HTTP 304 can be a client-side issue (your browser) or a server-side problem (your website). If you own the site producing the HTTP 304 status code, the final fix you can try is to check your server configuration files. The steps for doing so will vary depending on whether your server uses Apache or NGINX.

If you’re running on Apache, your server configuration file will be called .htaccess, short for “hypertext access”. It will likely be located in the root directory of your site, usually within the public_html folder. The .htaccess files are responsible for handling a wide range of requests, including redirects.

You can access this file via a File Transfer Protocol (FTP) client such as FileZilla, or your web host’s file manager. Once you locate and open your .htaccess file, you’ll want to look for a section labeled “mod_cache”. It should look something like this:

LoadModule cache_module modules/mod_cache.so
&lt;IfModule mod_cache.c&gt;
    LoadModule cache_disk_module modules/mod_cache_disk.so
    &lt;IfModule mod_cache_disk.c&gt;
        CacheRoot &quot;c:/cacheroot&quot;
        CacheEnable disk  &quot;/&quot;
        CacheDirLevels 5
        CacheDirLength 3
    &lt;/IfModule&gt;

    # When acting as a proxy, don't cache the list of security updates
    CacheDisable &quot;http://security.update.server/update-list/&quot;

Rather than deleting this section altogether, you can temporarily “turn it off” by commenting out the code. To do this, place a “#” in front of each line.

If you’re using NGINX, you’ll want to look for the nginx.config file. However, since NGINX usually comes with built-in caching, it isn’t common for this configuration file to be the source of HTTP 304 codes.

Conclusion

Encountering error and redirect messages when you’re trying to access a website can be extremely frustrating. However, understanding what certain status codes mean can help you narrow down the issue, so you can begin troubleshooting and resolving the problem.

For example, if you encounter the HTTP 304 status code, you can likely assume that it’s an issue with your browser settings or DNS configuration. As we’ve discussed, there are five potential solutions you can try to fix this issue:

  1. Clear your browser cache.
  2. Temporarily disable your browser extensions.
  3. Run a malware scan.
  4. Flush your DNS and reset your TCP/IP settings.
  5. Check your server configuration files.

Do you have any questions about fixing HTTP 304 not modified? Let us know in the comments section below!

Featured Image via Simon.3D/shutterstock.com 

Did you know the HTTP Error 304 Not Modified code problem and how to get rid of and get back from this type of error issue? If you are mentally frustrated with this error problem on your device, check this article once only to surely get some easy tips and tricks and practical methods for fixing and solving this error code problem.

This shows an error code message like,

Error 304

This error occurs when your device is suddenly booted from the server. This error can include your PC system crashes, possible virus infection, and sometimes freezes too. This does not indicate an Error Code 304 but indicates that the requested URL’s resource has not changed. It sometimes can take a little time for the server to register.

Causes of HTTP Error 304 Not Modified Code Issue:

  • Not modified jQuery error
  • HTTP error issue
  • Website Error problem

So, here are some quick tips and tricks for easily fixing and solving this type of HTTP Error 304 Not Modified Code problem from you permanently.

How to Fix & Solve HTTP Error 304 Not Modified Code Issue

1. Check the Web URL if it is Typed Correctly on your PC –

Check the Web URL if it is Typed Correctly Error 304

This Error ESO HTTP problem may also appear because the internet URL was typed wrong.

Search for the page on a Popular search engine. Insert the correct web URL for the web page you want to access. This will surely and quickly fix this ESO Error Code 304 problem.

2. Reload or Refresh the Internet Webpage from your PC –

Reload or Refresh the Webpage Error 304

  • Reload or Refresh your Webpage
  • Go to your browser
  • Click on the View section in upper
  • Go to the Reload Page button
  • Reload it; it will Refresh your Page
  • That’s it, Done

Reload and Refresh your web page for how to fix ESO Error 304, not the modified cache problem.

3. Change the DNS Servers from your Windows PC –

Change the DNS Servers Error 304

  • Go to the Control Panel
  • Click on Networking and Internet option
  • then, Network & Sharing Center
  • Now, go to change adapter settings
  • Select the connection for which you want to change
  • Select on Networking button there
  • Click on advanced & choose the DNS to change it
  • Now, Change the DNS servers
  • That’s it, Done

If the entire web page you want to access gives you Error Code 304 ESO HTTP, and if the internet page is available to others on different servers, then you change your DNS servers.

4. Retry to Access the Webpage on your PC –

Retry to Access the Webpage Error 304

Reload the web page or press F5 to retry accessing the web page. If this ESO Error 304 is already logged in, not modified error fix problem is temporary, then this refresh will resolve the issue suddenly.

5. Clear your Internet Browser’s Cache & Cookies from your PC –

Clear your Browser's Cache & Cookies Error 304

  • Go to your browser
  • Click on the settings or history button
  • Go to Clear browser cache & clear cookies
  • That’s it, done

It will clear your browser cache and cookies to fix this Nginx Error code 304, not the modified cache problem.

6. Scan your PC for viruses/Malware on your Windows PC –

You have to scan your computer for Viruses or Malware if there are injected by any webpage or any software that you recently installed.

Scan your PC for Virus/Malware

  • Go to the Start Menu
  • Search for Microsoft Security Essentials
  • Click on the ‘Scan Now‘ option there
  • Select the type you want to scan
  • Then, click on Scan Now
  • It will do a Scan for your PC
  • That’s it, done

It will scan your computer to fix this HTTP ESO Error code 304 fix not modified jQuery problem quickly.

7. Fixing by the Registry Cleaner on your Windows PC –

Clean or Restore the Registry

You can fix it by fixing the registry cleaner from any registry cleaner software, and it can also fix and solve how to fix Error Code 304 HTTP, not modified problems.

Conclusion:

These are the quick and the best methods to get rid of this HTTP Error 304 Not Modified Code problem from you entirely. Hope these solutions will surely help you recover from this Error problem.

If you are facing or falling into this HTTP Error 304 Not Modified Code problem or any error problem, then comment down the problem below so that we can fix and solve it too with our top best quick methods guides.

Всякое разное  »  if modified since

Смысл if modified since заключается в том, что поисковик (в интернетах пишут что и браузеры сегодня такое умеют, не проверял) заходя на страницу считывают заголовок last modified (время последнего изменения документа). При следующем обращении поисковик посылает запомненную дату, задача сайта проверить не обновилась ли страница с предыдущего раза и в случае совпадения дат ответить заголовком 304 Not Modified и остановить выполнения скрипта. Данные заголовки увеличат скорость переиндексации сайта.

Как добавить заголовок if modified since

Если у сайта ещё нет заголовка if modified since, внесите правку в файл:
/inc/_func.php найдите (~220+ строка)

} if(!getvars()){
  ...
}

Добавьте ниже чтоб получилось так:

} if(!getvars()){
  ...
}else{
  $a=array();
  if(isset($a[$g->item(0).$g->item(1).$g->item(2)])) $t=time();//TIME, T;//в более поздних
  else{
    $t=filemtime($g->file);
    if(isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) && strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE'])>=$t){
      header('HTTP/1.1 304 Not Modified');
      die();
    }
  } header('Last-Modified: '.gmdate('D, d M Y H:i:s GMT',$t));
}

Если на сайте есть динамические разделы: отзывы, каталог товаров итп. добавьте их названия в массив $a, взять можно из адресной строки браузера или в разделе панели управления править меню —> ссылка.

Примеры:

$a=array('reviews'=>1);
$a=array('reviews'=>1,'catalog'=>1);

Как проверить 304 not modified и if modified since

1) Проверить заголовки 304 not modified и if modified since можно при помощи сервиса проверка ответа сервера в яндекс вебмастере https://webmaster.yandex.ru/server-response.xml. Поставьте галочку «добавить заголовок If-Modified-Since» и поставьте там дату час тому назад должен выдать Код статуса https: «304 Not Modified». Далее установите дату на сутки назад — получим статус Код статуса https: «200 OK». Ура всё работает.
Само собой страница тестирования должна быть изменена перед проверкой.

2) Способ попроще https://last-modified.com/ru/if-modified-since.html. Вставляем адрес и вуаля, там всё по русски напишет чего найдено чего не найдено.

304 not modified не найден

Заголовок http if modified since будет найден в любом случае, а вот статус второго может оказаться таким: 304 not modified не найден, по 2-му способу проверки, по 1-му в яндексе он просто 200-й покажет.
Скорее всего проблема в том что через проксирующий сервер nginx 304 last modified не передаются заголовки или Apache не передаёт.

Я не наблюдаю такой проблемы сейчас, с Apache 2.2.27, но на всякий случай для связки Apache + php решается это двумя способами, если php установлен не как cgi:

.htaccess в самом низу приводим к виду:
1) Только в php
RewriteRule (.*) index.php?q=$1 [QSA,E=HTTP_IF_MODIFIED_SINCE:%{https:If-Modified-Since}]
2) На все фалы
RewriteRule (.*) index.php?q=$1 [QSA]
RewriteRule .* - [E=HTTP_IF_MODIFIED_SINCE:%{https:If-Modified-Since}]
#RewriteRule .* - [E=HTTP_IF_NONE_MATCH:%{https:If-None-Match}]

304 not modified nginx

Здесь немного сложнее, чтобы передавался заголовок back-end-у необходимо ему от этом сообщить. Если nginx работает как проксирующий сервер я бы сперва попробовал переключить на HTTP 1.1 — proxy_http_version 1.1; Nginx с Apache по умолчанию взаимодействуют по 1.0. Но к примеру на одном из моих серверов я так и не смог этого добиться за разумное время, в качестве проксирующего для отдачи статики стоял модуль к сипанели Nginx Admin (v4.8 Stable). Решил просто удалением модуля с front-end-ом.

location / {
  chunked_transfer_encoding off;
  proxy_http_version 1.1;
  proxy_pass        https://localhost:9001;
  proxy_buffering   off;
  proxy_set_header  X-Real-IP  $remote_addr;
  proxy_set_header  Host $host:9001;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection "upgrade";
  proxy_set_header  Upgrade websocket; #?
}

Если же речь идёт об отдельном сервере под сайт, то конфигурации могут быть разными:

location ~ .php$ {
  if_modified_since off; #На сайте nginx кто-то там писал что
  # для скриптов это и так отключено, данный флаг отключает внутреннюю проверку, пробуйте..
  fastcgi_pass  fcgi;
  fastcgi_index index.php;
  fastcgi_param SCRIPT_FILENAME /путь/web$fastcgi_script_name;
  fastcgi_pass_header Last-Modified;
  include fastcgi_params;
}

В данный момент мне негде поэкспериментировать, так что отправляю дальше в гугл ищите:

proxy_set_header If-Modified-Since $http_if_modified_since;
proxy_pass_header If-Modified-Since;
fastcgi_param If-Modified-Since;
underscores_in_headers on;
ignore_invalid_headers off;

Если у кого есть работающие конфигурации пишите на почту выложу.

Понравилась статья? Поделить с друзьями:
  • Nlp schneider ошибка
  • Nginx выдает ошибку 404
  • Nlohmann json parse error
  • Nlc 7 как изменить скорость бега
  • Nginx uwsgi internal server error