Index: openacs.org-dev/www/bboard/direct.patch =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/www/bboard/Attic/direct.patch,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs.org-dev/www/bboard/direct.patch 13 Sep 2002 12:50:58 -0000 1.1 @@ -0,0 +1,27 @@ +Index: www/bboard/index.vuh +=================================================================== +RCS file: /cvsroot/openacs.org-dev/www/bboard/index.vuh,v +retrieving revision 1.3 +diff -r1.3 index.vuh +49a50,68 +> +> # Check if this request seems to point at the old location directly, +> # without a specific message or forum, (e.g. /bboard/), if so redirect +> # to the new mountpoint directly. +> if { $target == "bboard" || $target == "index" } { +> set new_link "[ad_conn location]$new_mount_point/" +> ns_set put [ns_conn outputheaders] Location $new_link +> ns_return 301 text/html " +> Redirection +> +>

Redirection

+> The requested URL has moved here permanently. +> +> +> " +> return +> } +> +> +89a109 +>