<?php
// Migrated to static 404.html — see .htaccess `ErrorDocument 404 /404.html`.
// This stub forwards stragglers to the static page.
header('Location: /404.html', true, 302);
exit;
