Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 70379e3

Browse files
ZifiusAlexander Turiak
authored andcommitted
Fix 404 status header
1 parent 9c14af7 commit 70379e3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Controller/Adminhtml/Noroute

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Controller/Adminhtml/Noroute/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function execute()
3434
{
3535
/** @var \Magento\Backend\Model\View\Result\Page $resultPage */
3636
$resultPage = $this->resultPageFactory->create();
37-
$resultPage->setStatusHeader(404, '1.1', 'Forbidden');
37+
$resultPage->setStatusHeader(404, '1.1', 'Not Found');
3838
$resultPage->setHeader('Status', '404 File not found');
3939
$resultPage->addHandle('adminhtml_noroute');
4040
return $resultPage;

0 commit comments

Comments
 (0)