# Second location with www in it: if (!$in{page}) {# Path or page was NOT defined so now go redirect them to the home page, carry the member username... add &l=0 so if it is us, we know what happened. window_redirect("http://www.$_co_domain/index.cgi?page=home&username=$regmem->{username}&l=0$sess_id"); exit; } else { $_page = $in{page}; }