I have a routing problem on my multi-language website: http://alkony.enerla.net/
If I switch on any kind of redirect pattern, an error occurs when I try to switch between translated articles. Translated menus work fine, it's just the individual articles that get messed up.
I use the built-in language switcher for Joomla.
I use the {categoryPath}/{articleAlias} redirect pattern for all language.
For example, this is the Hungarian article:
http://alkony.enerla.net/hu/alkony-hun/az-alkony-vilaga
IF I switch to the English one, it gives me:
http://alkony.enerla.net/hu/basic/the-world-of-alkony (showing 404)
instead of
http://alkony.enerla.net/basic/the-world-of-alkony
that appears if I change the /hu/ to /en/
This is the English article:
http://alkony.enerla.net/basic/the-world-of-alkony
If I switch to Hungarian, it gives me:
http://alkony.enerla.net/alap/az-alkony-vilaga/hu/ (showing 404)
(The English article is actually redirected to http://alkony.enerla.net/nexus-projects/alkony-eng/the-world-of-alkony because it's there in the menu structure, but I use the {categoryPath}/{articleAlias} pattern , and I suppose that is the basis of the routing )
I don't know how to check where the routing problem occurs, it might not be caused by Route 66, but another software I've installed, but I got stuck, and I'd like some help, because I'd really like to use the features of Route 66, because it creates a way better url structure than the original Joomla one.
If I switch on any kind of redirect pattern, an error occurs when I try to switch between translated articles. Translated menus work fine, it's just the individual articles that get messed up.
I use the built-in language switcher for Joomla.
I use the {categoryPath}/{articleAlias} redirect pattern for all language.
For example, this is the Hungarian article:
http://alkony.enerla.net/hu/alkony-hun/az-alkony-vilaga
IF I switch to the English one, it gives me:
http://alkony.enerla.net/hu/basic/the-world-of-alkony (showing 404)
instead of
http://alkony.enerla.net/basic/the-world-of-alkony
that appears if I change the /hu/ to /en/
This is the English article:
http://alkony.enerla.net/basic/the-world-of-alkony
If I switch to Hungarian, it gives me:
http://alkony.enerla.net/alap/az-alkony-vilaga/hu/ (showing 404)
(The English article is actually redirected to http://alkony.enerla.net/nexus-projects/alkony-eng/the-world-of-alkony because it's there in the menu structure, but I use the {categoryPath}/{articleAlias} pattern , and I suppose that is the basis of the routing )
I don't know how to check where the routing problem occurs, it might not be caused by Route 66, but another software I've installed, but I got stuck, and I'd like some help, because I'd really like to use the features of Route 66, because it creates a way better url structure than the original Joomla one.