.htaccess 77 B

1234
  1. <FilesMatch "\.(php|php\.)$">
  2. Order Allow,Deny
  3. Deny from all
  4. </FilesMatch>