Changeset 5267 for cats


Ignore:
Timestamp:
05/22/14 15:08:44 (10 years ago)
Author:
Menzo Windhouwer
Message:

M module.xml

  • redirect to https instead of http
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-site/module.xml

    r4853 r5267  
    7878        </rule>
    7979
     80        <!-- redirect for isocat-test -->
     81        <rule>
     82            <match>ffcpl:/isocat-test((.*)?)</match>
     83            <to>active:sloot.redirect+url@data:text/plain,https://lux17.mpi.nl/isocat$1</to>
     84        </rule>
     85       
    8086        <!-- redirect for relcat-test -->
    8187        <rule>
    8288            <match>ffcpl:/relcat-test((.*)?)</match>
    83             <to>active:sloot.redirect+url@data:text/plain,http://lux13.mpi.nl/relcat$1</to>
     89            <to>active:sloot.redirect+url@data:text/plain,https://lux17.mpi.nl/relcat$1</to>
    8490        </rule>
    8591
     
    8793        <rule>
    8894            <match>ffcpl:/schemacat-test((.*)?)</match>
    89             <to>active:sloot.redirect+url@data:text/plain,http://lux17.mpi.nl/schemacat$1</to>
     95            <to>active:sloot.redirect+url@data:text/plain,https://lux17.mpi.nl/schemacat$1</to>
    9096        </rule>
    9197       
Note: See TracChangeset for help on using the changeset viewer.