[TYPO3-english] Login Redirect [SOLVED]

Iban cardona at opus5.info
Wed Apr 30 16:33:42 CEST 2014


Hello,

I solved it using:

Adding this line in my ext_localconf:

|$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['login_confirmed'][] 
= 'tx_myextension->myfunction';|

And in my class extension:

|class tx_myextension extends {||
||    public function myfunction() {||
||          $my_new_url = "http://www.google.cat";||
||          header("Location $my_new_url");||
||          exit();||
||    }||
||}||
|
Best regards,
Iban.

El 25/04/2014 17:42, Iban escribió:
> Hello,
>
> I'd like to know how to config felogin in order to redirect it to the 
> page that user tryed to acces before show Login form.
> I tried to use this manual but no result :( 
> http://wiki.typo3.org/Felogin#Users_manual
>
> Could you help me?
>
> Best regards,
> Iban.
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english




More information about the TYPO3-english mailing list