# Uploaded photos are user-supplied files — never execute PHP from here.
<FilesMatch "\.(php|phtml|php3|php4|php5|php7|phar)$">
	Require all denied
</FilesMatch>
Options -Indexes -ExecCGI
AddHandler cgi-script .php .phtml .php3 .php4 .php5 .php7 .phar
