Files
tyforum/example/script.htaccess
2012-04-09 03:30:19 +02:00

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>