Forum Moderators: open
I use a custom asp page for 404 page not found errors, which uses response.redirects to send the user to an appropriate page based on the name of the missing page. However I have just realised that this page is returning a 302 Error because of the response.redirects. Im wondering if its possible to send an error 404 in the headers (so that the dead pages drop out of search engine results) - but still use response.redirect to redirect the user to an appropriate page.