<?php
ob_start();
function custom_thesis_404_redirect() {
header ("Location:".get_site_url());
}


