Author Topic: RoundCube webmail: redirect on logout  (Read 20397 times)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: RoundCube webmail: redirect on logout
« Reply #15 on: June 11, 2017, 12:37:22 PM »
Your changes look fine to me so I'd have to guess that something with cPanel is causing it to not work. The only other thing I could think to do would be to try to but a die statement in the plugin code to make sure it is getting that far.

Offline devnull7

  • Newbie
  • *
  • Posts: 1
Re: RoundCube webmail: redirect on logout
« Reply #16 on: July 14, 2017, 02:39:06 PM »
Thanks itmonitor! Your link tip works perfectly for me.
I'm not sure why it didn't work for you.
Did you miss a step or wrote it wrong?

Offline schmartin

  • Newbie
  • *
  • Posts: 3
Re: RoundCube webmail: redirect on logout
« Reply #17 on: May 12, 2020, 09:28:13 AM »
If someone else has the same problem as itmonitor:
$config['logout_redirect_url'] = 'https://www.mydomain.com/';
must not be added at the end of the main config.inc.php but in the config.inc.php in the plugin-folder (e.g. plugins/logout_redirsct) which can easiest be copied from config.inc.pgp.dist in the same folder.

Offline revolt2

  • Newbie
  • *
  • Posts: 3
Re: RoundCube webmail: redirect on logout
« Reply #18 on: February 22, 2021, 05:46:18 PM »
If someone else has the same problem as itmonitor:
$config['logout_redirect_url'] = 'https://www.mydomain.com/';
must not be added at the end of the main config.inc.php but in the config.inc.php in the plugin-folder (e.g. plugins/logout_redirsct) which can easiest be copied from config.inc.pgp.dist in the same folder.


sorry you gived wrong informations about  (e.g. plugins/logout_redirsct)

Offline revolt2

  • Newbie
  • *
  • Posts: 3
Re: RoundCube webmail: redirect on logout
« Reply #19 on: February 22, 2021, 05:51:23 PM »
FOR ALL : The procedure normal way, is not working for that PLUGIN.

relay on :
https://github.com/roundcube/roundcubemail/wiki/Plugin-API#installing-and-activating-plugins

If im wrong please correct me, and write a tutorial how to.