# REL 2, 20070906 - Requires PAPI >= 1.4.1
# Defines a connection to the main DOI resolver and an array
# of locations connecting to the resolvers at providers
#
Remote_URL    http://dx.doi.org
# Redirects to the array of provider resolvers
# The example shows one for wiley.com
PAPI_Redirect doi.wiley.com $papx_hostname/wiley
#
# Each location defines a provider DOI resolver
# The examples shows one for wiley.com, pointing to WILEYPROXYNAME
<Location /wiley>
 . . .
 <PAPI_Local>
  . . .
  Remote_URL    http://doi.wiley.com
  Strip_Location 1
  PAPI_Redirect ([\w]+).interscience.wiley.com WILEYPROXYNAME/$1/
  . . .
 </PAPI_Local>
</Location>
