Back to Blog Posts

Disable Bot Verification on your Domains

Recaptcha verification will be shown on your Domain if your customer connecting IP has a low reputation which is a sort of Server security in order to filter the unwanted traffic to your Domains If you would like to disable the same for your domain you can do the following

<IfModule LiteSpeed>
RewriteRule .* - [E=verifycaptcha:deny]
</IfModule>

If you include the below line in the above code RewriteCond SOME-CONDITIONAL-CHECK
It will check for some Suspicious UA IP's (Its your choice if your would like to add it you can add below <IfModule Litespeed>Create a .htaccess file under /home/username/public_html/.htaccess and add the above code which should disable captcha
  •  



Related Articles

  Addon Domains In cPanel

Hello Clients,Are you trying to Add an Domain in your cpanel using addon Domain Option?Before...

 How to install Free SSL ?

Hello,* Login to cPanel and you can find icon "Letsencrypt" under security Section * Click on the...

 Clearing cookies/Cache on your Browser

Hello Clients,This article will help you to Mass Refresh your browser to clear the cache.We faced...

 Wordpress Optimization Guide

By Default Wordpress will consume lot resource if its Not optimized in proper Way.Do the...

 How to protect your cPanel/WHM from hackers ?

- Don't Save your Password in Browsers- Use Secure browser Google chrome for better security as...