15 lines
202 B
ApacheConf
15 lines
202 B
ApacheConf
|
<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>
|