View file 404.php

File size: 43B
<?php
header('Location: /?error');
exit;
?>