Text automatically translated from: Polish to: English
Translated text
Add the appropriate rule in the. Htaccess file that redirects links with language =
Example:
Code:
RewriteCond %{QUERY_STRING} language=
RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1 [L,R=301]
Say, is that you wanted
Original text