tims-todo/application/errors/error_404.php

4 lines
100 B
PHP
Executable File

<?php
header("HTTP/1.1 303 See Other");
header("Location: http://todo.timshomepage.net/task/list");