in header.php FIND "'(?\n" .""; die(); } DELETE the line die(); FIND $contents = ob_get_contents(); ob_end_clean(); echo replace_for_mod_rewrite($contents); foot(); REPLACE WITH foot(); $contents = ob_get_contents(); ob_end_clean(); echo replace_for_mod_rewrite($contents); die();