0
votes

This usually would work using allow,deny:

order allow,deny deny from secureserver.net allow from all

But for this specific domain the logs show that it is still allowing access, for example: ip-50-63-174-95.ip.secureserver.net gets an 200 ok response to requests.

1

1 Answers

0
votes

Try this:

<Limit GET POST>
order allow,deny
allow from all
deny from .secureserver.edu
</Limit>