RewriteRule ^.* - [F,L]
`````````````````````````
Now in httpd.conf I have added the file as
`````````
Include /etc/apache2/blacklist.conf
`````````````````
Restarted the apache and no error message.
BUT wget is successful. It was not successful when the configuration was
in .htaccess.
Have I missed something ?