We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59be653 commit ebaf72cCopy full SHA for ebaf72c
book/from_flat_php_to_symfony2.rst
@@ -357,7 +357,7 @@ on the requested URI::
357
} elseif ('/index.php/show' === $uri && isset($_GET['id'])) {
358
show_action($_GET['id']);
359
} else {
360
- header('Status: 404 Not Found');
+ header('HTTP/1.1 404 Not Found');
361
echo '<html><body><h1>Page Not Found</h1></body></html>';
362
}
363
0 commit comments