Redirect parameter does not include site URL
-
We have access levels set up for certain pages. When a user does not have access (or is not logged in) to the page, they are redirected via the level settings to a “no access” page with a login form. The redirect URL is incomplete and does not actually work after login. Here is an example URL: https://www.insuranceprograms.org/no-access/?redirect_to=%2Frisk-coop%2Fdocuments%2Fdistrict%2F
In order for the redirect to work after login, the root url needs to be part of the redirect_to: https://www.insuranceprograms.org/no-access/?redirect_to=https://www.insuranceprograms.org/%2Frisk-coop%2Fdocuments%2Fdistrict%2F
I do have another user registration plugin installed but I believe that this is the plugin that is adding in the redirect_to code as it’s the one that we’re using to redirect users from pages they don’t have access to. I want to say this worked at one point but I can’t say for sure.
The page I need help with: [log in to see the link]
The topic ‘Redirect parameter does not include site URL’ is closed to new replies.