Hi guys. My website is being ddos recently and keeps getting reCaptcha. How can I create a whitelist for google bots, and some country to not have to verify captcha to go straight to the site using htacess. My website is hosted on Hostinger and using litespeed webserver. I can't access to litespeed config by port 7080, only rewrite .htaccess. Please give me a example.
my htaccess to create captcha
RewriteEngine On
LsRecaptcha 100
RewriteRule .* - [E=verifycaptcha:drop]
my htaccess to create captcha
RewriteEngine On
LsRecaptcha 100
RewriteRule .* - [E=verifycaptcha:drop]