# Public folder for notification images. Serve static files only —
# never execute anything uploaded here as a script.
<FilesMatch "\.(php|php\d|phtml|pl|py|cgi|sh)$">
  Require all denied
</FilesMatch>
Options -ExecCGI -Indexes
AddHandler default-handler .php
