[TYPO3-dev] Logic challenge with felogin, realurl and redirect setting
Helmut Hummel
helmut at typo3.org
Wed Aug 25 08:56:53 CEST 2010
Hi Jigal,
On 24.08.10 09:17, Jigal van Hemert wrote:
>
> After login felogin checks for login status and checks all the redirect
> options. It finds a redirect ('login'), reads the page id to redirect to
> ('1') and asks the core to make a (relative) link to that page.
> Realurl kicks in and builds the relative url ('').
> Felogin checks if a redirect url was created and sees that this is not
> the case, so it does not redirect.
I also head this problem once but was not able to reproduce it with the
latest version of realurl, since the generated URL for the homepage was
now always "/".
Back then I solved the problem with setting
absRefPrefix = /
and the baseURL not to have a trailing slash.
Regards Helmut
More information about the TYPO3-dev
mailing list