# Yüklenen dosyaların hiçbiri çalıştırılamaz
<FilesMatch "\.(php|php3|php4|php5|php7|phps|phtml|pht|phar|exe|sh|cgi|asp|aspx|jsp|htaccess)$">
  <IfModule mod_authz_core.c>
    Require all denied
  </IfModule>
  <IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
  </IfModule>
</FilesMatch>
<IfModule mod_php.c>
  php_flag engine off
</IfModule>
Options -Indexes -ExecCGI
AddType text/plain .php .phtml .phps .phar
