Disable Bot Verification on your Domains

Recaptcha verification will be show on your Domain if your customer connecting IP has low reputation which is an sort of Server security inorder 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>

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

Was this answer helpful?