Joomla 3.6.2 on a Ubuntu server.
The problem appears to be in the languagefilter.php file of the language filter plugin.
Different methods are used to generate the URLs, JUri::getInstance->toString and JRoute. One produces UTF-8 URLs and the other a URL encoded.
I have notice this problem when Google Webmaster Tools highlighted it. It reported the following errors:
So we can close here @infograf768 ?
Closed as we have a pr
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-24 08:08:46 |
Closed_By | ⇒ | brianteeman |
@infograf768 Thank you! This is indeed the issue and I agree that Google should not report it as an error.
Do you mean:
When the page displayed is in English (no accents), we get
and when the page is in French (with accents)
If this is your case, Google Webmaster Tools is an idiot as both
33-ultimes-vérifications.html
and33-ultimes-v%C3%A9rifications.html
are the same.We can normalise this in Joomla, for the $base as well as the hreflang.
I will make a patch to always get
33-ultimes-vérifications.html