barataria00
January 30th, 2007, 10:24 AM
If I wanted to block a person from viewing a specific message board, but allow them to view all other content from the site, how do i do that? Let's say, for example, I wanted to block espn.com and the codeguru Windows SDK FAQ's message board, how do i do that and allow access to all other codeguru message boards?
(PicsRule-1.1
(
Policy (RejectByURL ("http://www.codeguru.com/forum/forumdisplay.php?s=&daysprune=-1&f=84*/*"
"http://*@www.espn.com:*/*"))
Policy (AcceptIf "otherwise")
)
)
this will block espn.com but won't block the codeguru windows SDK FAQ's message board. Is the only way to do this to block the entire codeguru website?
(PicsRule-1.1
(
Policy (RejectByURL ("http://www.codeguru.com/forum/forumdisplay.php?s=&daysprune=-1&f=84*/*"
"http://*@www.espn.com:*/*"))
Policy (AcceptIf "otherwise")
)
)
this will block espn.com but won't block the codeguru windows SDK FAQ's message board. Is the only way to do this to block the entire codeguru website?