Skip to main content

How to remove ?i=1 suffix from a URL

At the point when you first open your site, you may see the additional characters like ?i=1 toward the finish of your URL. This article clarifies more about what causes it, and what can be done.

What causes the ?i=1 suffix?

This additional URL boundary is brought about by a security framework we use to ensure your site. This security framework guarantees that your site must be gotten to through normal internet browsers.

What does the ?i=1 suffix do?

The ?i=1 suffix is a counter. At the point when you first burden your site, some Javascript will be sent to your program to check it can execute the code and store a treat. The page will at that point reload with the ?=1 addition. On the following solicitation, the worker checks if your program has the security framework treat. If not, your program will get another security challenge to set the treat once more, and be diverted to a URL with suffix ?i=2.

In the event that the counter hits 3 and your program despite everything doesn't send a legitimate treat, you'll be diverted to a page with guidelines on the most proficient method to empower treats in your program. Thusly, your program won't stall out in a divert circle.

Would i be able to eliminate the ?i=1 URL suffix?

Yes, you would be able to remove the parameter by using the following steps:
  1. Login to your Cpanel.
  2. Click on File Manager
  3. Right Click on .htaccess file and click edit
  4. Paste the code given below (DO NOT EDIT ANYTHING ELSE)
  5.  Click on Save 

Code:

RewriteCond %{QUERY_STRING} ^(.*)i=[^&]+(.*)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L]

Hope this article helps you.
If you face any difficulties, comment down below.

Comments

Popular posts from this blog

10 Best Mouse Cursors for Windows 10

On the off chance that you are exhausted with the Windows UI and you are burnt out on its default customization choices, perhaps it is the ideal opportunity for you to attempt some personalization bundles. Perhaps the most ideal approaches to make your work area look one of a kind is to download, introduce, and utilize another mouse cursor subject. There are a lot of cool cursors accessible on the web. In this article, we are going to impart to you thirty of the best free mouse pointer plans for Windows, which you can use to improve the visuals of your working framework. We should begin: NOTE : You can introduce and utilize the accompanying custom cursors in Windows 10, Windows 7, and Windows 8.1. To ensure that they are protected, we checked them with Virus Total . On the off chance that you don't have the foggiest idea how to introduce mouse cursor plans, you can discover connections to instructional exercises with point by point guidelines, toward the finish of this article...

Keyboard Shortcuts for Windows 10

 Hitting different key combinations instead of rolling over the mouse across the screen saves much of your precious time. These key combinations are called keyboard shortcuts and, in this tutorial, we are going to learn various different keyboard shortcuts in Windows 10 which has got loads of such combinations. Windows 10 has got many new features and for launching them there are various different keyboard shortcuts. Keyboard shortcuts can also be used for navigating around your operating system and also for organizing the layout of your desktop. Listed below are some of the useful keyboard shortcuts. New Shortcuts in Windows 10 Windows Key + I : Opens Windows settings. Windows Key + Ctrl+ D : Creates a virtual desktop. Windows Key + F1 : Opens Edge and Searches. Windows Key + Ctrl + F4 : Closes virtual desktop currently selected. Windows Key + A : Opens notifications of Windows 10. Windows Key + Ctrl + Left/Right : Switches between virtual desktops. Windows Key + Print Screen Key ...