blogthon/.htaccess
Stefan Ritter f761993f39 Changes:
* Add configuration to htaccess
  * Modify class of all entries link
2011-03-07 13:51:22 +01:00

29 lines
415 B
ApacheConf

Options -Indexes ExecCGI
AddHandler cgi-script .cgi
DirectoryIndex blogthon.cgi
<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>