Thank you, Steve. I appreciate your fast response!
I think the first code is what I’d need, but not sure where to put it within my site.
So my old college URL is https://staffwww.fullcoll.edu/lvincent/spiderguide/
My new WP site URL: https://www.ocspiderguide.org
Did I add it correctly to the code I copied below? And that would really mean anyone who tries to go to the college URL would come to my new WP site?
THANKS!
<!DOCTYPE html>
<html>
<head>
<title>Redirect url in Javascript</title>
</head>
<body>
<script>
var url= "https://staffwww.fullcoll.edu/lvincent/spiderguide/";
window.location = https://ocspiderguide.org/;
</script>
</body>
</html>