Standard logout link problem
- cortez8591
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
10 years 3 days ago #7481
by cortez8591
I've noticed that all redirections in Joomla are using full, well-formed address i.e. method redirect() in application\web.php tries to expand urls so they always include joomla base uri (e.g. http://localhost/joomla/).
For reasons that I am not aware of, doing same thing in your plugin in process_nonsef() method solved me another issue related to logout link. (Correct logout url causes error 404 in production environment)
For reasons that I am not aware of, doing same thing in your plugin in process_nonsef() method solved me another issue related to logout link. (Correct logout url causes error 404 in production environment)
Please Log in or Create an account to join the conversation.
- BillyS
-
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 1
9 years 9 months ago #7510
by BillyS
Is this problem solved in the latest update (1.6.9).
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
9 years 9 months ago #7511
by Saka
Emir Sakic
www.sakic.net
Yes, it works fine in 1.6.9.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.