create a bilingual site, like EN and NL
create a menu item for each language, associate them
set the Language Filter to "Remove URL Language Code" No
switching the language in the browser shows urls: domain/nl/menu-title and domain/en/menu-title
no problem so far
set the Language Filter to "Remove URL Language Code" Yes
switching the language in the browser shows urls: domain/menu-title and domain/en/menu-title
switching the language from the Dutch domain/menu-title to English works: domain/en/menu-title,
switching back to Dutch creates url domain/nl/menu-title, not domain/menu-title
This causes a 404 error
Joomla! version 4.0.6
PHP Version 7.4.27
Web Server Apache/2
In Joomla! 3 this used to work
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
@infograf768 yes it looks like it! Thank for the info.
The.htaccess rewrite trick works for me:
RewriteCond %{REQUEST_URI} !^/xx/$
RewriteRule ^xx/(.*)$ /$1 [R=301,L]
With the mentioned exeption for the site root.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-15 09:48:46 |
Closed_By | ⇒ | EricdeWaal |
Yes, I will close it
Same as #35541 ?