access control

  1. LSWSEv634Noob

    How to correctly configure `.htaccess` for LiteSpeed Web Server (v6.3.4) to allow by range/ip

    Hello everyone, I’m currently hosting a website on LiteSpeed Web Server Enterprise v6.3.4 , and I want to properly configure my .htaccess file for better security. My goal is to block all direct IP access and allow traffic only from: - Cloudflare IP ranges (since my site is behind...
  2. R

    What's the correct way to block non-Cloudflare traffic now that their IPs are trusted by default?

    I read that as of v5.4.9, Cf's IPs are trusted by default, so how do I block traffic that doesn't come from them? In .htaccess, I've tried this: Require all denied Require ip 173.245.48.0/20 103.21.244.0/22 103.22.200.0/22 103.31.4.0/22 141.101.64.0/18 108.162.192.0/18 190.93.240.0/20...
  3. I

    Access Control on IP base (Solved)

    Hi everyone, I want to make a certain VH only accessible by certain external IP's. On our IIS server there is a function IP & Domain restrictions, now I found Access Control in Litespeed Enterprise. However I think I did something wrong, because it's not working as I had foreseen. Any can...
Top