I think it problem: when registered users see SID's in URL's, users would send URL's in messages with SID's. I think it bad for SEO, for beaty URL, for security. May be problem in variable headers_sent in code: if (!$this->seo_opt['zero_dupe']['on'] || headers_sent()) { return; } I can not fix this,...