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 (It's your choice if you would like to add it you can add it below <IfModule Litespeed>

Create a .htaccess file under /home/username/public_html/.htaccess and add the above code which should disable captcha

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How long does propagation take?

Domain propagation can take up to 72 hours to fully go though but this is not always the case and...

How to Create an Add-On Domain

This tutorial will guide you step by step on how to use and set up an Addon domain in...

How to fix CPU Overload/Abuse Issues ?

Hello,This article will help you with fixing CPU Overload/Abuse issues for your cPanel...

Increasing Max Upload Size in cPanel

Hello,How to increase Max upload size in cPanel using php.ini file?Login to your cPanel >...

Enable Gzip To Speedup the Loading time

HelloMod_deflate is an apache module that can be used to compress data using gzip compression...