Hi,
 
try this ;)
 
order deny,allow
deny from  *.it
allow from all
 
i think you do not want the guests to authentificate so you do not have to type anything else in your .htaccess file than
the above.
 
regards,
 
Johannes Alberti
-----Ursprüngliche Nachricht-----
Von: ks [mailto:[EMAIL PROTECTED]]
Gesendet: Sonntag, 13. Januar 2002 11:42
An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: limit at .htaccess question

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