Pierre Rouwens wrote:
> I have make an extension to authentificate users vs LDAP, and i need to
> redirect the user in some cases to a specified page...
> Is there a way to do this ?
Something like this should do:
header('location: '.t3lib_div::locationHeaderUrl('index.php?id='.$pageId));
cheers,
Ingmar