You may want to limit the number of concurrent visitors to your website to prevent server overload or for other reasons. If you need to limit the amount of concurrent surfers to your website, this can be easily set up. Open the htaccess file with a program such as Notepad and insert the following line of code:
MaxClients <Number of max clients>
Change <Number of max clients> to the maximum number of clients you want to allow access to your website.











































#1 by zirvap on May 1, 2008 - 11:51 am
This is just something I have been looking for. thanks a lot!
#2 by Tech on May 17, 2009 - 8:16 am
This would not work for a domain/website. It is server wide only ;)
#3 by Dragan on September 25, 2009 - 5:15 pm
Is it possible to limit number of concurent users per IP address?
#4 by yazan on December 8, 2009 - 12:40 pm
thanks for ads
#5 by hosting murah on February 12, 2010 - 4:36 am
try this
## USER IP BANNING
order allow,deny
deny from 42.12.5.34
deny from 193.110.145.185
deny from 212.173.53.
deny from 69.242.
allow from all