Need help and advice, please

Discussion in 'Security' started by tisa, Feb 13, 2007.

  1. #1
    Hi folk
    I'm experience issue with my site, since yesterday the traffic going up significantly beyond my site normal badwidth.
    I raised the bandwitdh but the the traffic from one IP keep going up and shut my site down.
    How can i block the IP so it does not steal my bandwidth or what need to be done when this situation occur.

    warm regards
    tisa
     
    tisa, Feb 13, 2007 IP
  2. frankcow

    frankcow Well-Known Member

    Messages:
    4,859
    Likes Received:
    265
    Best Answers:
    0
    Trophy Points:
    180
    #2
    Do you have cPanel on your web host?
     
    frankcow, Feb 13, 2007 IP
  3. hamidof

    hamidof Peon

    Messages:
    619
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you are on Apache, make a file and call it .htaccess, and save it on webroot folder (public_html or www), put this line in it:
    
    deny from the_ip_address_you_are_talking_about
    
    Code (markup):
    You might have a .htaccess file, in that case, put this line under all the lines in there.
    cPanel also blocks IPs like this.

    Also, this is a DOS attack, if you want to read about it.
     
    hamidof, Feb 15, 2007 IP