Comment Re:.htaccess (Score 1) 297
order allow,deny
deny from all
allow from iprange
If you're going to post advice, at least make an effort to get it correct. Your configuration blocks all visitors.
This is what you should have done:
order deny,allow
deny from all
allow from iprange
allow from iprange