0
0

.htaccess 81 B

1234
  1. <FilesMatch "\.(?i:php|php3|php4)$">
  2. Order allow,deny
  3. Deny from all
  4. </FilesMatch>