Hallvard B Furuseth
2004-06-30 16:11:05 UTC
We moved our web service where one could search for employees/students
some time ago, and I set up a mini web server in place of the old URL
which replies 404 Not Found, and with a link to the new service in the
body. We still get a lot of requests to it, referred from outdated web
pages.
Should we use 301 Moved Permanently instead, or should that only be used
to point at the 'equivalent' URL in the new service? The received "old"
URL is typically the URL of a particular person, but we can't translate
that to an URL in the new service. All we can point at is the front
page for searching for people.
Of course, an alternative would be to just take down the mini web server
at the old host.
URL: http://x500.uio.no:8888/...anything...
some time ago, and I set up a mini web server in place of the old URL
which replies 404 Not Found, and with a link to the new service in the
body. We still get a lot of requests to it, referred from outdated web
pages.
Should we use 301 Moved Permanently instead, or should that only be used
to point at the 'equivalent' URL in the new service? The received "old"
URL is typically the URL of a particular person, but we can't translate
that to an URL in the new service. All we can point at is the front
page for searching for people.
Of course, an alternative would be to just take down the mini web server
at the old host.
URL: http://x500.uio.no:8888/...anything...
--
Hallvard
Hallvard