mark985
November 21, 2022, 5:40pm
1
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?
When you first open your website, you may see the extra characters like ?i=1 at the end of your URL. This article explains more about what causes it, and what you can do about it.
What causes the ?i=1 suffix?
This extra URL parameter is caused by a security system we use to protect your website. This security system ensures that your website can only be accessed through regular web browsers.
https://forum.infinityfree.com/t/ensuring-only-web-browsers-can-access-your-website/49353
What does th…
6 Likes
… 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.
2 Likes
Add this to your .htaccess file
RewriteEngine On
RewriteCond %{QUERY_STRING} ^(.*)i=[^&]+(.*)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L]
system
Closed
November 29, 2022, 5:28pm
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.