Something strange seems to be happening. I have the login redirect url set to:
index.php?option=com_osemsc&view=membership
But after logging in, the user is redirected to:
Code:
http://mysite/%05%A1%D1%D1%C0%E8%BC%BD%CD%DD%A5%B5%99%BD%C9%D1%C9%A4%B9%8D%BC%B9%D5%AC%BD%A5%B9%91%95%E0%B9%C1%A1%C0%FD%BD%C1%D1%A5%BD%B8%F5%8D%BD%B5%7D%BD%CD%95%B5%CD%8C%99%85%B5%C0%ED%D9%A5%95%DC%F5%B5%95%B5%89%95%C9%CD%A1%A5%C0
which of course is a 404 error. If I set the login redirect url to nothing, the user is redirected to:
Code:
http://mysite/%05%A1%D1%D1%C0%E8%BC%BD%CD%DD%A5%B5%99%BD%C9%D1%C9%A4%B9%8D%BC%B9%D5%AC
I'm using Joomla 1.5.11 with CB 1.9 (Community builder Login Module 1.2 RC 3)
Any one come across anything like this? Is it a bug?