#<ipb-protection>
<Files ~ "^.*\.(php|cgi|pl|php3|php4|php5|php6|phtml|shtml)">
    Order allow,deny
    Deny from all
</Files>
<Files ~ "^.*\.(ipb)$">
Header set Content-Disposition attachment
</Files>
#</ipb-protection>