Roundcube Community Forum

 

RoundCube webmail: redirect on logout

Started by itmonitor, June 07, 2017, 07:39:27 AM

Previous topic - Next topic

SKaero

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.

devnull7

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?

schmartin

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.

revolt2

Quote from: schmartin 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.


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

revolt2

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.