hi peter,
> header ('Location:
> '.t3lib_div::getIndpEnv('TYPO3_SITE_URL').$this->pi_getPageLink($this->config['completion_url']));
there is a function for this reason in t3lib_div:
header("Location: ".t3lib_div::locationHeaderUrl($this->pi_getPageLink(1)));
ciao alex