blogthon/.htaccess

29 lines
430 B
ApacheConf
Raw Permalink Normal View History

2011-06-27 13:47:30 +02:00
Options -Indexes ExecCGI FollowSymLinks
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>