Y
Y
Yr. Robotek Sh.2018-12-19 19:47:44
htaccess
Yr. Robotek Sh., 2018-12-19 19:47:44

How to make response 404 instead of 200?

Hello!
Help make 404.html page response to 404, currently response is 200 ok.
The site itself was written on bare html (one page).
the following is written in .htaccess:
ErrorDocument 404 /404.html
When opening a non-existent page, we are redirected to 404.html (as it should be). But the answer of this page is 200 ok.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Tsvetkov, 2018-12-19
@tsklab

404.html

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>error 404</title>
</head>
<body>
<p>error 404</p>
</body>
</html>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question