Detect different eror pages

Hi there

Is it possible to detect which kind of error page a user gets?

The normal 404 is easy, but what if the HTTP header is 410 (Gone permanently) or 503 (service unavailable). Can I detect on HTTP-headers?

Brgds. Jacob

Hi. HTTP servers usually have the option to configure different html templates for different error pages. You could segment them later for instance based on the page title.