.htaccess 73 B

12345
  1. <Files *>
  2. Order Deny,Allow
  3. Deny from all
  4. Allow from localhost
  5. </Files>