# http://socreativedigital.com/7-htaccess-file-examples-that-work-for-seo-2013-05-04
# This piece of code is essential for securing your htaccess file. It disables
# access from the internet so no one can read, download or edit it from your
# website. This code differs from some you may find on other websites as it offers
# heightened security by adding strong pattern matching:
#
<Files ~ “^.*\.([Hh][Tt][Aa])”>
order allow,deny
deny from all
satisfy all
</Files>