Differences

This shows you the differences between two versions of the page.

Link to this comparison view

protect_your_.htaccess_file [2020/09/29 09:23] (current)
bgfdsuperadmin created
Line 1: Line 1:
 +====== Protect your .htaccess file ======
  
 +Add the following lines to the end of your ''.htaccess'' file...
 +
 +<code>
 +<Files ~"^.*\.([Hh][Tt][Aa])">
 +order allow,deny
 +deny from all
 +satisfy all
 +</Files>
 +</code>