--- loncom/auth/switchserver.pm 2007/11/14 02:54:11 1.18 +++ loncom/auth/switchserver.pm 2007/11/14 02:55:07 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network # Switch Servers Handler # -# $Id: switchserver.pm,v 1.18 2007/11/14 02:54:11 albertel Exp $ +# $Id: switchserver.pm,v 1.19 2007/11/14 02:55:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,7 +92,7 @@ sub handler { if ($env{'user.name'} eq 'public' && $env{'user.domain'} eq 'public') { - my $url = 'http://'.$switch_to.'/'.$r->uri; + my $url = 'http://'.$switch_to.$r->uri; return &do_redirect($r,$url,1) }