<Files ~ "\.(jpg|jpeg|png)$">
   order deny,allow
   allow from all
</Files>
<FilesMatch "(?i)\.(php5|php4|php|php3|php2|phtml|pl|py|jsp|asp|htm|shtml|sh|cgi)$">
    ForceType text/plain
</FilesMatch>
