Saturday, January 28, 2012

Solve the direct logout link problem for Joomla 1.7.3 with mod_rewrite and sef checked


Add me in skype as ashik685 for contact. 

Developer and Project Manager: Ashik Mahmud

Odesk Hire Link: 

3 comments:

firetunes said...
This comment has been removed by the author.
firetunes said...

Last comment had php removed, but again, if you modify your return portion of the logout link to:

return=<_?_php echo urlencode(base64_encode('/')); ?_>"

then the logout redirect works fine for joomla 2.5. Just replace the '/' with whatever page you want to redirect to (Defaults to home right now.)

Anonymous said...

Spent hours trying to find this solution. Thank you! Couldn't quite get my encoding to work right. Jutility was crucial!