Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.73 KB | None | 0 0
  1. http://brandfactory.eu/no;http://brandfactory.no/
  2. http://brandfactory.eu/no/kontakt-oss/kontorer/oslo;http://brandfactory.no/#contacts
  3. http://brandfactory.eu/no/kontakt-oss/kontorer/sarpsborg;http://brandfactory.no/#contacts
  4. http://brandfactory.eu/no/content/farsta-huvudkontor;http://brandfactory.no/#contacts
  5. http://brandfactory.eu/no/annonseringen;http://brandfactory.no/om-oss/
  6. http://brandfactory.eu/no/produkter-og-tjenester;http://brandfactory.no/produkter/
  7. http://brandfactory.eu/no/nyhetsrommet;http://brandfactory.no/nyheter/
  8. http://brandfactory.eu/no/nyhetsrommet/nyheter;http://brandfactory.no/nyheter/
  9. http://brandfactory.eu/no/nyhetsrommet/pressemeldinger;http://brandfactory.no/nyheter/
  10. http://brandfactory.eu/no/kontakt-oss;http://brandfactory.no/#contacts
  11. http://brandfactory.eu/no/kontakt-oss/konsernledelse;http://brandfactory.no/#contacts
  12. http://brandfactory.eu/no/kontakt-oss/kontorer;http://brandfactory.no/#contacts
  13. http://brandfactory.eu/no/om-oss;http://brandfactory.no/om-oss/
  14.  
  15.  
  16. Format:
  17.  <rule name="(---name---)" stopProcessing="true" enabled="true">
  18.         <match url="^(\/)?(---oldVal---)(\/)?$" />
  19.         <conditions>
  20.             <add input="{---HTTP_HOST---}" pattern="^.*(HTTP_host)$" />
  21.         </conditions>
  22.         <action type="Redirect" url="(---newVal---)" appendQueryString="true" redirectType="Permanent" />
  23.     </rule>
  24.  
  25.  
  26. Example:
  27. <rule name="oslo" stopProcessing="true" enabled="true">
  28.         <match url="^(\/)?/kontakt-oss/kontorer/oslo(\/)?$" />
  29.         <conditions>
  30.             <add input="{HTTP_HOST}" pattern="^.*brandfactory.eu/no$" />
  31.         </conditions>
  32.         <action type="Redirect" url="http://brandfactory.no/#contacts" appendQueryString="true" redirectType="Permanent" />
  33. </rule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement