Return to Snippet

Revision: 29575
at July 31, 2010 23:28 by steho


Initial Code
# secure htaccess file
<Files .htaccess>
 order allow,deny
 deny from all
</Files>

Initial URL


Initial Description
Protects htaccess file to be read

Initial Title
Protects htaccess file to be read

Initial Tags
htaccess

Initial Language
Apache