Block a ip adress.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pierrefitch
    Confirmed User
    • Dec 2005
    • 318

    #1

    Block a ip adress.

    How do you block someone ip adress from coming to your wordpress blog is there some type of plugin or code to block a specific ip

  • Way3
    Confirmed User
    • Mar 2007
    • 1727

    #2
    You could use .htaccess with the following:

    order allow,deny
    deny from 127.0.0.1
    allow from all

    with 127.0.0.1 replaced with the IP you wish to block!

    Best of Luck!

    FULLY Managed! FREE Control Panel! FREE Month on ALL Shared Accounts!!!
    ICQ: 169-554-261
    Email: info[at]way3{dot}com

    Comment

    Working...