Is it possible to trigger a 404 redirect (via hook_url_rewrite) in a way that causes Drupal to load it's default Page Not Found screen? I've been able to trigger a 404 using the PHP header function, but the request then doesn't reach Drupal.

Any advice would be appreciated.

Thanks.