1<?php
2header("Expires: Thu, 01 Dec 2003 16:00:00 GMT");
3header("Cache-Control: no-cache, must-revalidate");
4header("Pragma: no-cache");
5header('HTTP/1.1 307 Temporary Redirect');
6header('Location: simple.txt');
7?>
8