A prefix to apply to relative or inline (constructed) link URLs in the document. Use this prefix to direct the links to your viewing client application.
When you specify a URL prefix, IDOL Server replaces all links to subdocuments with this prefix and a LinkSpec. You can use this parameter to ensure that users view subdocuments with your viewing application, rather than accessing IDOL Server directly.
Specify a default value for UrlPrefix
in the DefaultURLPrefix configuration parameter. If you do not set UrlPrefix
or DefaultURLPrefix, links to subdocuments point back to IDOL Server.
To view a subdocument, use the GetLink action, and pass the link to the subdocument in the LinkSpec parameter.
If UrlPrefix
points to a Web server, IDOL Server uses the Web server to serve up links. For example, URLPrefix=http://apacheserver/alias/
.
Note: By default, IDOL Server does not add the specified UrlPrefix
to absolute links (full URLs). To edit these links, use the AbsoluteLinkPrefix configuration parameter.
Actions: | |
Type: | String |
Default: | DefaultURLPrefix |
Example: | UrlPrefix=http://vview:8080/GetLink?LinkSpec=
|
See Also: |
AbsoluteLinkPrefix configuration parameter DefaultURLPrefix configuration parameter RedirectAbsoluteLinks configuration parameter |
|