Question : How important is a captcha?

There are some cionflicting views on whether it is worth including a captcha.
What do the experts think?

Answer : How important is a captcha?

Hi,

RewriteEngine On
RewriteMap  lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [R=301,L]

Note that the RewriteMap directive can only be used in the httpd.conf and not in a .htaccess.

Cheers,

Hades666

 

Random Solutions  
 
programming4us programming4us