<?php
header("HTTP/1.1 301 Moved Permanently");
include("pages.inc.php");
header("Location: ".$page[$_GET['page_id']]);
exit;
?>