/?i=1 how to eliminate

Website URL

/?i=1 how to eliminate in my site https://tizi-tifra.great-site.net/?i=1

Error Message

/?i=1 how to eliminate

Other Information

(other information and details relevant to your question)

You can’t. It’s part of the security system.

A lot of browser’s will hide it. And must users won’t notice it. But unfortunately it’s there to stay

RewriteEngine On
RewriteCond %{QUERY_STRING} ^i=1$ [NC]
RewriteRule ^$ /? [R=301,L]


Put this in your .htaccess file and make sure it at the top!

As far as I can tell this has been blocked and .htaccess with such content will be deleted now

Still working for me

Did you just try it or it is something left over from the past?

Old codes that are already there don’t get deleted.

Just tryed

Then iFastNet probably reverted it them

Hello, I do it in my .htaccess? many thanks for your support.

No worries, I’ll leave the security as is and won’t change a thing.

Don’t you will get banned

No, you won’t get banned for trying to get rid of the URL suffix.

Maybe the workaround works, maybe it doesn’t, maybe it has some undesirable side effects, but your website won’t be terminated simply for trying to get rid of an ugly suffix.

I thought it does because its ‘fighting’ with the URL suffix so then it will thing its a DDos attack and you will get banned I now think thats how I got banned. But bro pls that website means so much to me.

If you mess up your .htaccess code, that can result in a redirect loop which increases your hits usage. Usually, your browser will detect this and give up after a number of tries. But it can increase your hits usage.

Still, things have to go pretty crazy before that will result in an account suspension. And only then, it should only ever result in a temporary suspension, not permanent termination.

Firstly, that has nothing to do with this topic. This topic is about a URL suffix, not the suspension/deletion of your account.

Secondly, the client area clearly tells you why your account was deleted: it was suspended for inactivity. Not for a DDoS attack, not for phishing. Please consider the possibility that the reason we’re telling you that your account was deleted is actually the reason why it happened, and avoid hypothesizing about other explanations when there is a perfectly valid and applicable one already.

Is there a proper way to get rid of an unattractive suffix?

there’s no “official” way of doing it. and its not intended to be got rid of.

Any method of getting rid of it may break in the future.