Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Roundcube Community Forum
»
Release Support
»
Release Discussion
»
RoundCube webmail: redirect on logout
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: RoundCube webmail: redirect on logout (Read 11675 times)
SKaero
Administrator
Hero Member
Posts: 5,644
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.
Logged
SK
aero
.com
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?
Logged
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.
Logged
Print
Pages:
1
[
2
]
« previous
next »
Roundcube Community Forum
»
Release Support
»
Release Discussion
»
RoundCube webmail: redirect on logout