f761993f39
* Add configuration to htaccess * Modify class of all entries link
29 lines
415 B
ApacheConf
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>
|