[suggestion]Dynamic language
Posted: Mon Oct 28, 2024 10:54 pm
Hello,
When adding links in comments, they redirect to the poster language, not the viewer language. Could we imagine a way to substitute the viewer's language to the original to have "universal" links?
The idea would be to rewriting the link from
to
It would probably be more SEO/text browsers-friendly if redirect happens in proxy side rather than javascript glued (not very degradation graceful)
Found an example of mod_rewrite rule here : https://stackoverflow.com/questions/344 ... okie-value
When adding links in comments, they redirect to the poster language, not the viewer language. Could we imagine a way to substitute the viewer's language to the original to have "universal" links?
The idea would be to rewriting the link from
Code: Select all
https://bdocodex.com/fr/article/111/
Code: Select all
$COOKIE['bddatabaselang']/article/111/
Found an example of mod_rewrite rule here : https://stackoverflow.com/questions/344 ... okie-value