Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2014-03-23, 08:46 PM   #1
jollyhumper
That's what she said
 
jollyhumper's Avatar
 
Join Date: Feb 2012
Location: Norway
Posts: 2,638
Send a message via ICQ to jollyhumper
htaccess and blocking

My WP have been undergoing a lot of brute-force attacks lately (Guess you all struggle with this shit)

I was told this as a solution

Also, regarding the wp-login.php attacking, here's a solution:

<Files wp-login.php>
order deny,allow
Deny from all
ErrorDocument 403 "Denied"
</Files>

Put that in .htaccess, under the "Deny from all", add "Allow from <IP>" where <IP> is your IP address.


The problem is, I can't get a static IP, the whole system here is dynamic.

So the question is, how do I put an IP range in there?
I have got the IP range my provider gives out to their customers

I won't write the range here, but for example sakes, let's say it is
256.14.X.X to 256.24.X.X

Thanks in advanca
jollyhumper is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:44 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc