Specify 403 and 404 error pages
Last modified: December 11, 2008 - 16:26
Drupal's page error messages are meant to be direct and to the point. If you want page error messages that are a little more user-friendly, Drupal allows you to customize them.
- Create two nodes, one for each kind of page error (403 and 404).
- Determine the ID number of the node you wish to redirect users to. One way to determine the node's ID number is to visit the node and look at the number after the last slash in your browser's address bar. This is your node's ID number.
- Now enter the paths to your nodes in the appropriate boxes on your error reporting settings page (mysite.com/admin/settings/error-reporting) For example, if the node ID number for 403 error codes is "83," you would type "node/83" into the "Default 403 (access denied) page" setting.
Because you are creating nodes, they will show up in the tracker and popular content blocks and anywhere else real nodes would be display. If this isn't acceptable, there is a contributed module called Custom Error that avoids this problem.

410?
Is there a way to report responses other than 403 and 404?