/ Published in: Apache
Protects htaccess file to be read
Expand |
Embed | Plain Text
# secure htaccess file <Files .htaccess> order allow,deny deny from all </Files>
You need to login to post a comment.
steho on 07/31/10
2 people have marked this snippet as a favorite
Protects htaccess file to be read
# secure htaccess file <Files .htaccess> order allow,deny deny from all </Files>
You need to login to post a comment.