Maintain a list of source and destination URL's for which redirects (301 or 302) will be performed. Source URL is absolute, destination URL may be a path, or another absolute URL.
Source-destination URL pairs are stored in the variable urlrouter_array as an associative array. The actual redirect takes place in hook_boot(), so that URL routing takes place as quickly as possible.
This module will prove most useful during development of a site, for which a number of "legacy URL's" exist on one or more subdomains or domains, which will not change, but that need to be sent to new URL's. It may also prove useful as a more convenient method of creating "vanity URL's" for marketing purposes, as an alternative to editing .htaccess or virtualhost configuration.
HealthVault® Connect is not a ready-to-use HealthVault® application, but provides the API to build those apps using drupal. Therefore HealthVault® Connect currently provides
an administration interface to setup your app and the HealthVault instances it should be connected with
an optional block with a Connect / Disconnect link
the redirect handling required to authenticate a user against a HealthVault® Instance
Installation
HealthVault® Connect is a standard drupal module.
But before you use it you have to ensure that HVClientLibPHP is properly installed.
Drupal 7
HealthVault® Connect 7.x-1.0 depends on a newer version HVClientLibPHP, which should be installed via composer to manage all it's requirements. Therefor HealthVault® Connect 7.x-1.0 depends on Composer Manager.
First you have to simply install Composer Manager and HealthVault® Connect. Than you have to follow the installation instructions of Composer Manager to install the required libs.