2011-06-27 13:47:30 +02:00
|
|
|
Options -Indexes ExecCGI FollowSymLinks
|
2011-03-07 13:50:28 +01:00
|
|
|
AddHandler cgi-script .cgi
|
|
|
|
DirectoryIndex blogthon.cgi
|
2010-04-11 21:05:43 +02:00
|
|
|
|
2010-03-04 16:20:23 +01: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>
|
2010-03-04 16:48:45 +01:00
|
|
|
|
|
|
|
<Files ~ "^linklist$">
|
|
|
|
Order allow,deny
|
|
|
|
Deny from all
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
<Files ~ "^.*\.comments$">
|
|
|
|
Order allow,deny
|
|
|
|
Deny from all
|
|
|
|
</Files>
|