Quite intresting.
Situation:
Joomla 2.5.9 (updated from Joomla 1.7)
CB 1.9
My predecessor installed the site in /migration.
After I took over I moved it to / no problem there, all's working fine.
However:
The login is done via a menu link to cb_login.
case a1) I go to
foo.com
and login, I land on
foo.com
on the page flagged as mainpage.
case a2) I go to
www.foo.com
and login, I land on
www.foo.com/migration
which doesn't exist anymore.
Now I changed from cb_login to the joomla login for testing purposes and redirected to
www.foo.com
post login.
case b1) I go to
foo.com
and login, I land on
www.foo.com
and it appears not logged in, although I am, which does not appear visually until I go to site.com
case b2) I go to
www.foo.com
and login, I land on
www.foo.com
and I am logged in.
I solved latter now with a .htaccess and rewriting
foo.com
to
www.foo.com
However I do want to use the community builder login.
I already made a database query for the %migration% and found some in table "j17_redirect_links", dropped them, but didn't help. And I guess the j17 prefix means its a relic from the Joomla 1.7 installation?
I also grep-ed through the installation and I couldn't find any component configuration that holds the path to "/migration".
Anyone an idea what is causing this and how to fix it?