Login destination encode url parameters
zmove - May 28, 2009 - 14:44
| Project: | Login Destination |
| Version: | 6.x-2.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
I use php snipped to redirect user to some destination after login.
The destination I have to redirect contain some url parameter like that :
/my_destination?param1=john¶m2=doeThe problem is that login destination encode the parameters url, so my ?, = and & becomes strange characters and the redirect don't work...
Is there a way to force login destination to not encode urls to be able to have clean parameters ?

#1
Ok I'm a noob and very tired...
To do that, you just have to read textarea description that say it can be done using 'query' array key...