When i access a http.//....../images/ URL from browser i get following header
HTTP/1.1 403 Forbidden
Content-Length: 1635
Content-Type: text/html
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Wed, 30 Sep 2009 07:55:44 GMT
as the Images folder in hidden directory.
Now i need to rewrite the status code in Header as 404 - not found ( App scan standard says that issue a 404 command for hidden directory).
Is there any way to rewrite this HTTPStatus code in IIS???
Thanks-
Abhi