I've tried to get the seo_redirect function to work with no success, its pointing to the right URL with my modifications but for some reason it won't re-direct. function seo_redirect($url, $header = '301 Moved Permanently', $code = 301, $replace = true) { global $db; if (!$this->seo_opt['zero_dupe']...