forked from github/Quit.mwForum
11 lines
146 B
Plaintext
11 lines
146 B
Plaintext
# Disable browsing this directory
|
|
|
|
Options -Indexes
|
|
|
|
# Deny downloading of Perl modules
|
|
|
|
<Files *.pm>
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|