Hi,
I use BPS to secure my root htaccecss file and this custom logout url script:
https://gist.github.com/toscho/4288531
The results in a logout url like:
domain.com/?logoutcustom&redirect=http://domain2.nl
This URL gets me to a 403 forbidden page.
However when i would get rid of the redirect and use the url like:
domain.com/?logoutcustom
all goes fine. Do you have any idea what is causing this?
Thanks