ArsDigita Redirecte

Part of the ArsDigita Server Architecture

This page was last updated on December 19, 1999


What do you do when you need to migrate a service from one server to another? Use Redirecte. By simply entering information about the old host, the new host and a description of the service, you can have Redirecte redirect requests for the old host to either a fixed URL on the new host or to the requested URL. For example, if you move the content of foo.arsdigita.com to the server named foo.com, you can use Redirecte to redirect requests for http://foo.arsdigita.com/path/to/service.adp?a=b&c=d to http://foo.com/path/to/service.adp?a=b&c=d. Or if you'd rather, you can direct all requests for http://foo.arsdigita.com/ to the single URL http://foo.com/welcome-to-foo-dot-com.html

Redirecte works by retrieving the host field in the incoming request header and using that to look up the proper redirect target. If the hostname in the incoming request is blank or if it does not have an entry in the redirecte list, then the user will be shown a list of available services as defined in the redirecte list. If that list contains a single entry, then the user will be automatically redirected to that target instead of being shown the list.

Installing ArsDigita Redirecte

Redirecte runs on AOLserver 2.x and AOLserver 3.x

Known Problems


abe@arsdigita.com and brucek@arsdigita.com