Hi Kartik,
can you help me to define the text that needs to be added to the htaccess file?
This is the example:
Deny from All
SetEnvIF X-Forwarded-For “1.2.3.4” AllowIP
SetEnvIF X-Forwarded-For “2.3.4.5” AllowIP
Allow from env=AllowIP
Allow from 1.2.3.4
Allow from 2.3.4.5
And these are the Cloudflare IPs:
https://www.cloudflare.com/ips/
Hi Kartik,
thanks for your reply. That means i need to whitelist all Cloudflare IP Ranges in my htaccess?
I am not sure if I understand what is described in this blog post.