1<?php 2 3include_once __DIR__ . '/include/prepend.inc'; 4 5header("HTTP/1.1 301 Moved Permanently"); 6header("Location: /"); 7