blogthon/.htaccess

29 lines
415 B
ApacheConf
Raw Normal View History

Options -Indexes ExecCGI
AddHandler cgi-script .cgi
DirectoryIndex blogthon.cgi
2010-04-11 21:05:43 +02:00
<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>