Mercurial > hg > Blog
annotate content/.htaccess @ 35:a30aee3f6158
simple form handler for submitting a comment. This script just forwards the comment via
eMail.
| author | Dirk Olmes <dirk@xanthippe.ping.de> | 
|---|---|
| date | Mon, 01 Sep 2014 04:15:01 +0200 | 
| parents | 3b69622879c9 | 
| children | 20df0a3bcdf1 | 
| rev | line source | 
|---|---|
| 
13
 
3b69622879c9
do not allow access to the generated captcha DB via the web server
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
1 <Files captchas> | 
| 
 
3b69622879c9
do not allow access to the generated captcha DB via the web server
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
2 Order allow,deny | 
| 
 
3b69622879c9
do not allow access to the generated captcha DB via the web server
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
3 Deny from all | 
| 
 
3b69622879c9
do not allow access to the generated captcha DB via the web server
 
Dirk Olmes <dirk@xanthippe.ping.de> 
parents:  
diff
changeset
 | 
4 </Files> | 
