I'm using joomla 2.5 and sh404sef. My site web is multilingual.
The problem that I have is when I click in the home link, always returns to the default language of the site web.
I had the same problem with another site web and with joomla 1.5, and the solution was to change in the file: templates/your-template/libs/menu/base.class.php
$tmp->url = JURI::base();
for
$tmp->url = str_replace(array($tmp->route.'/', $tmp->route), '', JRoute::_( $tmp->url ));
Any solution for the template using joomla 2.5?
Thanks