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...

How to Turn On Hey Cortana in Windows 10

If you are using an Android Phone you must have experienced voice commands at any time by saying the magic word OK, Google. As the Android device is always listening so the voice commands can be executed. But when it comes to Windows 10’s Cortana the voice assistant will not wake up till you click on the search box. But with simple settings you can enable always listening mode in Windows 10. You can start the voice commands by just saying Hey Cortana at any time. You can also learn How to Share a Web Page in Edge Browser. In order to Turn On Hey Cortana in Windows 10 you need to follow these steps. 1st of all you need to click on the search box located at the right side of the Start button. After clicking on the search box a Cortana dialog box will appear. Now here you need to click on the menu icon which is located at the upper right corner of Cortana’s window. The menu icon is made up of three stripes . From the menu you need to select Notebook . In the Notebook option ...