Limiting access with .htaccess
Hi,I want to limit access to a directory to only one website/IP but for some reason it still denied that site also. Here is what I have:
<Limit GET PUT POST>
order allow,deny
allow from 63.240.230
allow from e-gold.com
deny from all
</Limit>
Is there something wrong in there? I want the whole class C allowed access so I only put the first 3 numbers of the IP in.
Matt