Needed result
I am trying to limit access to my server using .htaccess <limit> option based on top level domain. For example, i do not wish people from   .it (just example) to access my site
 
so,i am including this with my .htaccess file, which is in / dir
 
AuthUserFile /
AuthGroupFile /
AuthName "Disallow"
AuthType Basic
order deny,allow
deny from  *.it
allow from all
 
and it doesn't work, the server is red hat 7.2, with newest Apache HTTP 2.0
 
I will be thankful for any advise
ks,

Reply via email to