how can i dissalow dome ips from htaccess file. i have ip 77.x.x.x.x i don't want it to enter on my site. Thanks
You can try with this code: SetEnvIf Remote_Addr "^77\." banned Options -Indexes -Includes Order allow,deny Allow from all Deny from env=banned Code (markup):