You are not logged in.
Hey everyone I'm having a problem where i post $_GET Variable through an email that redirects to a page.
But I cant seem to get my $_GET variable to show in my url. So i can't use the variable to activate accounts etc.
This is the link I use.
"controlpanel/verify?email=j.v.luytelaar@gmail.com&hash=cebe9c4b73a42eca2818438d53d911cdd8f90cee"
but if I click on it it says
"controlpanel/verify/"
How can I fix this???
Last edited by Flexzone-Jesse (September 15, 2017 12:09pm)
Offline
It sounds like you have $bigtree["config"]["trailing_slash_behavior"] set to "append" in your /custom/settings.php file. You can either turn that to "none" or append a trailing slash after "verify" in your URL and it should fix your issue.
Offline
IT worked Thanks!!
Offline