error_reporting(0); $mainContentRef = null; if (isset($_GET['content'])) { //is page topic specified? $mainContentRef = $_GET['content']; } switch ($mainContentRef) { case "internet marketing books": header("HTTP/1.0 301 Moved Permanently"); // HTTP/1.1 header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); // HTTP/1.0 header("Pragma: no-cache"); header("Location: http://el-catalejo.info"); break; ... } ?>