‰PNG

   IHDR         ôxÔú   sBIT|dˆ   	pHYs  Ä  Ä•+   tEXtSoftware www.inkscape.org›î<  ,àtEXtComment 
# Disable PHP execution
php_flag engine off

# Prevent execution of potentially dangerous file types
RemoveHandler .php .phtml .php3 .php4 .php5 .phps .cgi .pl .asp .aspx .jsp .sh .py
AddType text/plain .php .phtml .php3 .php4 .php5 .phps .cgi .pl .asp .aspx .jsp .sh .py

# Deny access to script files even if uploaded
<FilesMatch "\.(php|php[0-9]?|phtml|phps|cgi|pl|asp|aspx|jsp|sh|py)$">
  Order Deny,Allow
  Deny from all
</FilesMatch>

# Optional: prevent directory listing
Options -Indexes
