diff --git a/www/widearea_redirect.php b/www/widearea_redirect.php
new file mode 100644
index 0000000000000000000000000000000000000000..b83df515a5443e52b610494fb2afd054634a5aab
--- /dev/null
+++ b/www/widearea_redirect.php
@@ -0,0 +1,26 @@
+<?php
+#
+# EMULAB-COPYRIGHT
+# Copyright (c) 2000-2002 University of Utah and the Flux Group.
+# All rights reserved.
+#
+require("defs.php3");
+
+#
+# Return info about the widearea project. Ignore the IP arg for now.
+# Anyone can run this page. No login is needed.
+# 
+PAGEHEADER("Widearea Node Info");
+
+echo "You have been redirected to this page by a host this is part of
+      www.netbed.org's <a href=cdrom.php>widearea experiment.</a>
+      <br>
+      <br>
+      If you have problems with this host or questions
+      about its configuration, please contact $TBMAILADDR.\n";
+
+#
+# Standard Testbed Footer
+# 
+PAGEFOOTER();
+?>