# Uploaded resumes/photos live here. Never execute anything in this folder
# as PHP, no matter what gets uploaded — defense in depth.
<IfModule mod_php7.c>
    php_flag engine off
</IfModule>
<IfModule mod_php8.c>
    php_flag engine off
</IfModule>
RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .php8
RemoveType .php .phtml .php3 .php4 .php5 .php7 .php8
<FilesMatch "\.(php|phtml|php\d)$">
    Require all denied
</FilesMatch>
