Can anyone let me know if they can see my site? I added some code to my .htaccess to block a number of IP addresses, but my traffic has drop too much. Can you just post a simple yes if you can or no if it's blank.
LINK to the site in question!
Can anyone let me know if they can see my site? I added some code to my .htaccess to block a number of IP addresses, but my traffic has drop too much. Can you just post a simple yes if you can or no if it's blank.
LINK to the site in question!
yes
Thanks! There really shouldn't be anyone who says no! As the IP was very specific, I just want to check.
Anyone eles?
If anyone wants the code I used...
## USER IP BANNING
<Limit GET POST>
order allow,deny
deny from 11.111.1.11
allow from all
</Limit>
Just replace 11.111.1.11 with the IP
This topic has been closed to new replies.