<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
      <rewrite>
        <rewriteMaps>
          <rewriteMap name="PageRedirects">
            <!--aboutus-->
            <add key="/aboutus/about_ocra.asp" value="https://global.acclime.com/about/" />
            <add key="/aboutus/about_seychelles.asp" value="https://global.acclime.com/jurisdictions/seychelles/" />
            <add key="/aboutus/index.asp" value="https://global.acclime.com/about/" />
            <add key="/aboutus/index.asp?leftframename=1&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/about/" />
            <add key="/aboutus/people.asp" value="https://global.acclime.com/about/" />
            <add key="/aboutus/philosophy.asp" value="https://global.acclime.com/about/" />
            <add key="/aboutus/services.asp" value="https://global.acclime.com/" />
            <add key="/aboutus/seychelles_treatychart.asp?LeftFrameName=1&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/about/" />
            <add key="/aboutus/seychelles_treatychart.asp?leftframename=3&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/about/" />
            <add key="/aboutus/siba-awards.asp" value="https://global.acclime.com/about/" />
            <!--contact-->
            <add key="/contact/callback.asp" value="https://global.acclime.com/contact/" />
            <add key="/contact/callback.asp?LeftFrameName=1&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/contact/" />
            <add key="/contact/index.asp" value="https://global.acclime.com/contact/" />
            <add key="/contact/index.asp?LeftFrameName=1&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/contact/" />
            <add key="/contact/index.asp?LeftFrameName=1&amp;UseReferer=2&amp;referer=proceed" value="https://global.acclime.com/contact/" />
            <add key="/contact/index.asp?LeftFrameName=1&amp;UseReferer=3&amp;referer=proceed" value="https://global.acclime.com/contact/" />
            <add key="/contact/index.asp?LeftFrameName=1&amp;UseReferer=5&amp;referer=proceed" value="https://global.acclime.com/contact/" />
            <!--default page-->
            <add key="/index.asp" value="https://global.acclime.com/" />
            <!--services-->
            <add key="/offshore_banking/offshore_banking.asp" value="https://global.acclime.com/formation/offshore-bank-account/" />
            <add key="/seychelles_ibc/communiqueibc.asp" value="https://global.acclime.com/formation/offshore-company-registration/" />
            <add key="/seychelles_ibc/form_company.asp?LeftFrameName=1&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/formation/offshore-company-registration/" />
            <add key="/seychelles_ibc/form_company.asp?LeftFrameName=2&amp;UseReferer=1&amp;referer=proceed" value="https://global.acclime.com/formation/offshore-company-registration/" />
            <add key="/seychelles_ibc/form_company.asp?LeftFrameName=3&amp;UseReferer=1&amp;referer=proceed" value="https://global.acclime.com/formation/offshore-company-registration/" />
            <add key="/seychelles_ibc/form_company.asp?LeftFrameName=5&amp;UseReferer=1&amp;referer=proceed" value="https://global.acclime.com/formation/offshore-company-registration/" />
            <add key="/seychelles_ibc/form_trust.asp?LeftFrameName=1&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/formation/offshore-trust/"/>
            <add key="/seychelles_ibc/form_trust.asp?LeftFrameName=1&amp;UseReferer=2&amp;referer=proceed" value="https://global.acclime.com/formation/offshore-trust/"/>
            <add key="/seychelles_ibc/form_trust.asp?LeftFrameName=1&amp;UseReferer=3&amp;referer=proceed" value="https://global.acclime.com/formation/offshore-trust/"/>
            <add key="/seychelles_ibc/form_trust.asp?LeftFrameName=1&amp;UseReferer=5&amp;referer=proceed" value="https://global.acclime.com/formation/offshore-trust/"/>
            <add key="/seychelles_ibc/proceed.asp" value="https://global.acclime.com/" />
            <add key="/seychelles_ibc/seychellesibc.asp" value="https://global.acclime.com/jurisdictions/seychelles/" />
            <add key="/seychelles_ibc/seychellesibc.asp?LeftFrameName=1&amp;UseReferer=1&amp;referer=overview" value="https://global.acclime.com/jurisdictions/seychelles/" />
            <add key="/seychelles_trust/offshore_trusts01.asp" value="https://global.acclime.com/formation/offshore-trust/" />
            <add key="/seychelles_trust/offshore_trusts02.asp" value="https://global.acclime.com/formation/offshore-trust/" />
            <add key="/seychelles_trust/offshore_trusts03.asp" value="https://global.acclime.com/formation/offshore-trust/" />
            <add key="/seychelles_trust/offshore_trusts04.asp" value="https://global.acclime.com/formation/offshore-trust/" />
            <!--Misc-->
            <add key="/siteguide/legal.asp" value="https://global.acclime.com/" />
            <add key="/siteguide/privacy.asp" value="https://global.acclime.com/privacy-policy/" />
            <add key="/siteguide/sitemap.asp" value="https://global.acclime.com/" />
            <add key="/siteguide/terms.asp" value="https://global.acclime.com/business-terms/" />
          </rewriteMap>
        </rewriteMaps>
        <rules>
          <rule name="RedirectSpecificPages" stopProcessing="true">
            <match url=".*" />
            <conditions>
              <add input="{PageRedirects:{REQUEST_URI}}" pattern="(.+)" />
            </conditions>
            <action type="Redirect" url="{C:1}" appendQueryString="false" redirectType="Permanent" />
          </rule>
          <rule name="RedirectToNewDomain" stopProcessing="true">
            <match url=".*" />
            <conditions>
              <add input="{HTTP_HOST}" pattern="^ocra-seychelles\.com$" />
            </conditions>
            <action type="Redirect" url="http://global.acclime.com/{R:0}" redirectType="Permanent" appendQueryString="false" />
          </rule>
        </rules>
      </rewrite>
    </system.webServer>
  </configuration>
  