is there any way to remove this (?i=1).
https://supertechnolgie.com/?i=1
Since you are using a Custom Domain, you can add CloudFlare to your website and the suffix will disappear.
Hello,
I will show you how to easily set up Cloudflare, Edit Records, and Troubleshoot with images!
PLEASE READ BEFORE STARTING!!!
Cloudflare cannot be used on free subdomains from InfinityFree.
You can use Cloudflare on Custom Domains (yoursite.com ) and with Custom Sub-Domains (subdomain.yoursite.com ).
A video tutorial can be found at the end of this guide, should you get stuck.
You must connect your domain to your InfinityFree account first. Read more here .
Set-Up Cloudflare
Go to Dash…
You might also be wondering: why does it appear?
Don’t worry, this is normal! When you visit your website, you might notice ?i=1 added to the end of your URL. Here’s what’s happening and why.
What is the ?i=1 suffix?
The ?i=1 is a security check that protects your website from bots and malicious traffic. Our system needs to verify you’re using a real web browser before letting you access your site.
Why does it appear?
When you first visit your website, our security system:
Sends a small test to your browser
Checks if your browser can store…
… if you don’t feel like reading all that, in short:
It’s a security feature implemented by Infinityfree to prevent abuse. You can not remove it unless you buy premium hosting or have custom domain.
Add this to your .htaccess file
RewriteEngine On
RewriteCond %{QUERY_STRING} ^(.*)i=[^&]+(.*)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L]