Hello,

You can make some code's line on your htaccess like this where
my.domain.comis the domain you want to deny from acessing to your
website :


AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName InterditPartiel
AuthType Basic

<limit GET POST>
order allow,deny
allow from all
deny from my.domain.com
</Limit>


Cheers,
Ghaith
-- 
www.dispoweb.org : Just Be On
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to