login redirect fails after upgrade to 3.3.3 - Joomla! Forum - community, help and support
i have 3 local test copies of live sites in different directories under xampp. under htdocs have testing directory 3 copies. each directory has simple .htaccess file basic joomla sef rewriting , rewrite base set local directory i.e. /testing/joom1, /testing/joom2 etc.
under version 3.1.5, post login redirect on 3 sites worked expected, i.e redirect of 'shop' take me shop page site example localhost/testing/joom1/shop site 1 etc.
after upgrade 3.3.3 same post login redirect takes me localhost/shop doesn't exist, changing redirect 'index.php/shop' takes me localhost/testing/joom1/shop/shop-login (my login page called shop login of course :-)
none of joomla documentation explains why behaviour have changed between versions, nor there explanation on how v3.3.3 working.
help!
i can't update live sites until resolve issue.
under version 3.1.5, post login redirect on 3 sites worked expected, i.e redirect of 'shop' take me shop page site example localhost/testing/joom1/shop site 1 etc.
after upgrade 3.3.3 same post login redirect takes me localhost/shop doesn't exist, changing redirect 'index.php/shop' takes me localhost/testing/joom1/shop/shop-login (my login page called shop login of course :-)
none of joomla documentation explains why behaviour have changed between versions, nor there explanation on how v3.3.3 working.
help!
i can't update live sites until resolve issue.
welcome joomla forum!
i disable .htaccess (rename htaccess.bak) & switch of url rewriting in global configuration.
that way can determine if problem caused .htaccess or else.
first check parameters of "shop login" menu item:
you can configure front-end login & logout redirect in menu item triggers login form page.
i open menu manager > mainmenu > "shop login" menu item.
furthermore should check components > redirect manager,
to see if there redirects might cause problem.
i disable .htaccess (rename htaccess.bak) & switch of url rewriting in global configuration.
that way can determine if problem caused .htaccess or else.
first check parameters of "shop login" menu item:
you can configure front-end login & logout redirect in menu item triggers login form page.
i open menu manager > mainmenu > "shop login" menu item.
furthermore should check components > redirect manager,
to see if there redirects might cause problem.
Comments
Post a Comment