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 ?



vhosts do not automatically inherit rewrite directives. You may need either to include this directly into the vhost(s) where you want it to apply, or put:

RewriteOptions inherit

in each vhost.


--
Rich Bowen
rbo...@rcbowen.com



Reply via email to