Protects htaccess file to be read


/ Published in: Apache
Save to your folder(s)

Protects htaccess file to be read


Copy this code and paste it in your HTML
  1. # secure htaccess file
  2. <Files .htaccess>
  3. order allow,deny
  4. deny from all
  5. </Files>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.