From 4c75c0c9201f63d8de4fa586da60efefc360bf1e Mon Sep 17 00:00:00 2001 From: Sainath Reddy G N V Date: Fri, 13 Mar 2026 15:02:43 +0000 Subject: [PATCH] Add reference link for HTTP Error 404.9 in http status code documentation --- .../iis/health-diagnostic-performance/http-status-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/developer/webapps/iis/health-diagnostic-performance/http-status-code.md b/support/developer/webapps/iis/health-diagnostic-performance/http-status-code.md index 91f17dbc264..93f1e9ae441 100644 --- a/support/developer/webapps/iis/health-diagnostic-performance/http-status-code.md +++ b/support/developer/webapps/iis/health-diagnostic-performance/http-status-code.md @@ -196,7 +196,7 @@ IIS defines the following HTTP status codes that indicate a more specific cause | 404.6 | Verb denied. | The request is made by using an HTTP verb that isn't configured or that isn't valid. | | 404.7 | File extension denied. | The requested file name extension isn't allowed. | | 404.8 | Hidden namespace. | The requested URL is denied because the directory is hidden. | -| 404.9 | Files attribute hidden. | The requested file is hidden. | +| 404.9 | Files attribute hidden. | The requested file is hidden. For more information, see [HTTP Error 404.9 - Not Found](../site-behavior-performance/hidden-static-files-http-404-access-denied.md). | | 404.10 | Request header too long. | The request is denied because the request headers are too long. | | 404.11 | Request contains double escape sequence. | The request contains a double escape sequence. | | 404.12 | Request contains high-bit characters. | The request contains high-bit characters, and the server is configured not to allow high-bit characters. |