We currently have a .htaccess file which looks like
<Limit GET POST>
order deny, allow
deny from all
allow from localhost
allow from ...
</Limit>
This applies currently to the whole directory. I would like to exclude one file in the directory from these rules so that it could accessed from the whole Internet. Any ideas?