Partial Redirect Creation Form
Concepts
The concept of partial redirection is the use of a domain
as a prefix for a localized hierarchy of URLs. This is possible
because a PURL resolver will resolve as much of a PURL as
it can find in its database and append the remainder (unresolved
portion) to the end of the resolved URL. For example, if the
partial redirect http://purl.foo.com/bar/ exists and
is associated with the URL
http://your.web.server/your/servers/web/root/
then an attempt to resolve the partial redirect PURL
http://purl.foo.com/bar/some/other/stuff.html
will resolve to the URL
http://your.web.server/your/servers/web/root/some/other/stuff.html
Using this concept, you could create a partial redirect as
the permanent name prefix for all the resources stored at a web
site or any hierarchical subset thereof. For example, suppose you
created the partial redirect described above. Every document
stored under your server's web root directory could then be accessed
by appending its relative (i.e. partial) path to the partial
redirect. This would allow your site's users to use the partial
redirect as the prefix for all documents at your site and allow you
to relocate your entire web and change only the single partial
redirect you created without your users needing to know anything about it.
More information about partial redirect PURLs is available in the PURL FAQ.
Instructions
To create a partial redirect PURL (PR PURL),
first, specify the registered user ID that will own the new
PR PURL and the authorized Password of that ID.
Go to the PURL Resolver's Home Page