ewildcatb
Forum Replies Created
-
I think there is a mod_security enabled at the server thats restrict redirects with full url including https:// like this https://sitename.xyz/logout/?redirect_to=https://sitename.xyz
from the localhost the redirect not given the 403 error, but, also on the localhost changing the redirect to custom from admin panel UM user role not working, the link remains the same – to the site full homepage url with https://.
setting the redirect to custom not working.When i click on a logout link of the login form i’m redirected to link https://sitename.xyz/logout/?redirect_to=https://sitename.xyz and get 403 forbidden error.
If i paste in the browser address bar a link like https://sitename.xyz/logout/?redirect_to=/index.php i’m logging out,
but when i change the custom redirect in the UM user role to /index.php or /members/ the url remains the same, with no change https://sitename.xyz/logout/?redirect_to=https://sitename.xyzthe problem is that changing the “Go to custom url” in the UM user role not working.
the logout link remains the same – to the homepage url…I tried to change the url to custom but the url didn’t change, it remains the same.
when I paste manually something like https://sitename.xyz/logout/?redirect_to=/index.php i can logout.
but changing the url from user role not working.