|
drop this in a .htaccess in the directory you want to deny HEAD requests from. Then test to make sure it doesnt deny get/post. It shouldn't tho.
<Limit HEAD>
order deny,allow
deny from all
</Limit>
__________________
The next generation of SEO
|