Quote:
01-19-03 at 02:04 PM TECK said this in Post #93
George, you have 2 choices. Either add your forum info onto the robots.txt file (easiest way):
[high]Disallow: /forum/forumdisplay/f-32.html[/high]
Or change this onto your forumdisplay.txt (or archive.txt) file:
Code:
if ( $forumperms['canview'] )
{
To:
Code:
if ( $forumperms['canview'] and !in_array( $forum['forumid'] , array( 15 , 23 , 48 ) ) )
{
EDIT: what's the archive URL? so I add it in the first post...
|
This will not work for me.. (forumdisplay) method.. and I cannot find robots.txt