# ห้ามรันสคริปต์ใน /uploads
php_flag engine off
<FilesMatch "\.(php|php5|phtml|phar|pl|py|cgi|sh)$">
  <IfModule mod_authz_core.c>
    Require all denied
  </IfModule>
  <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
  </IfModule>
</FilesMatch>
Options -ExecCGI -Indexes
