Hi
please add new redirect as the following:
Redirect from Regex : ^.*\/market\/ratings\/rating\.html\?rating_id=.*$
Redirect to Page: /
Regrads.
Ok thank you but this string left ?rating_id=597
https://www.domain.com/?rating_id=597
Ok,
You can use:
Redirect from Regex : ^.*\?rating_id=.*$
Redirect to Page: /
Regards
It doesn’t work with the last formula 🙁
Hi,
I have tested it and it works fine. Please make sure to choose redirect from type as “Regex” and put ^.*\?rating_id=.*$
Regards
I had to put this code in .htaccess and this one works
RewriteEngine on
RewriteCond %{QUERY_STRING} ^rating_id\=597$
RewriteRule ^$ https://www.domain.com/? [R=301,L]