FeedOnFeeds/.htaccess

7 lines
116 B
ApacheConf
Raw Permalink Normal View History

2010-01-04 21:43:30 +03:00
Options -Indexes
<FilesMatch "fof\.log.*">
Order deny,allow
Allow from none
Deny from all
</FilesMatch>