My website is running on InfinityFree hosting and it ads ?i=1
suffixes (like www.mysite.com/?i=1
, or /?i=2
, or /?i=3
) to every URL to protect websites against malicious bots, as they say.
But of course, I don't like these suffixes and want to disable them (simply redirecting www.mysite.com/anypage/?i=1
to www.mysite.com/anypage/
). Note that I don't want to disable all GET parameters, but only these i=1
, i=2
and i=3
.
I think it could be done using .htaccess
. Can someone help me, please?