|
To the NL guys:
eskimoen is correct. The mod_rewrite code that he posted here WILL stop all head requests. Which apparently judging by the posts here is ALL that you are complaining about chokers script. The rewrite code that eskimoen posted for those that missed it is:
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^HEAD$
RewriteRule .* - [F,L]
__________________
The next generation of SEO
|