blogthon/.htaccess

15 lines
202 B
ApacheConf
Raw Normal View History

<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>