FeedOnFeeds/.htaccess

7 lines
116 B
ApacheConf

Options -Indexes
<FilesMatch "fof\.log.*">
Order deny,allow
Allow from none
Deny from all
</FilesMatch>