27 lines
352 B
ApacheConf
27 lines
352 B
ApacheConf
Options -Indexes
|
|
|
|
<Files ~ "^configuration$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^\.blogthonrc$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^blogthonrc$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^linklist$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|
|
|
|
<Files ~ "^.*\.comments$">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|