.htaccess 84 B

12345
  1. <Limit GET>
  2. order deny,allow
  3. deny from all
  4. allow from 10.1 61.222 127.0.0.1
  5. </Limit>