.htaccess 78 B

123456
  1. Order deny,allow
  2. Deny from all
  3. <Files index.php>
  4. Allow from all
  5. </Files>