Hi Jisse,
The page navigation of the website I'm working on was throwing 404-errors left and right because apparently Magebridge is chewing off the last character of the Magento SEF url. Here's a copy of the pager links from both Magento (first one) and Joomla (second one). The same goes for the limiter and the sorter, they all miss the final character before the suffix (.html)
In Magento:
[code:3mg9bfpn]
http://[…]-accessories?dir=asc&order=position
http://[…]-accessories?dir=asc&order=name
http://[…]-accessories?dir=asc&order=price
[/code:3mg9bfpn]
In Joomla:
[code:3mg9bfpn]
http://[…]-accessorie.html?dir=asc&order=position
http://[…]-accessorie.html?dir=asc&order=name
http://[…]-accessorie.html?dir=asc&order=price
[/code:3mg9bfpn]
Thanks, Babs