[Mplayer-users] offtopic but mplayer :)
Robinson, Chad
crobinson at rfgonline.com
Fri Sep 28 20:50:53 CEST 2001
> How can I limit the access to a given dir (and its subdirs and files)
> to a given host?
>
> The problem: search bots (google,matav etc) scans through the
> whole CVS-web stuff and gets into endless loops (as pages are
> generated and always differs) robot.txt and such 'standard' way
> doesn't help...
>
> I want to simply deny access to the cvsweb to some IPs.
> But I don't want to deny access to everything, because it's usefull if
> they scan the news and other pages.
In .htaccess:
order deny, allow
deny from <ip addresses>
allow from all
You can get more info. and examples on this on Apache.org's site.
Regards,
Chad
_______________________________________________
Mplayer-users mailing list
Mplayer-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mplayer-users
More information about the MPlayer-users
mailing list