Protect your .htaccess file

Add the following lines to the end of your .htaccess file…

<Files ~"^.*\.([Hh][Tt][Aa])">
order allow,deny
deny from all
satisfy all
</Files>