[horde] set initial_application

A. Schulze sca at andreasschulze.de
Wed Apr 22 12:54:35 UTC 2015


Jan Schneider:

>> is it possible to overrule the link destination behind the login button?
>
> No

Jan, I have a dirty hack:

I setup nginx to handle /login.php (and only exact login.php!) special.
nginx could modify the query_string before handover to php-fpm.

If the query_sting contain 'url=' I set fastcgi_param QUERY_STRING to "".
Looks really dirty but works. No idea if that break other things. Could it?

A better approach would be to write a regex that match on url=foo and  
leave other args untouched.
Is it worth to do so?

Andreas




More information about the horde mailing list