Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Leo Henning 2 posts 72 karma points
    Mar 18, 2019 @ 18:12
    Leo Henning
    0

    URL rewriting what sequence do I need to do to make the rewrite take affect?

    I have a simple rule and it works.

    <rule name="Redirect test">
          <match url="^en/test" />
          <action type="Redirect" url="http://google.com" redirectType="Found" />
    </rule>
    

    The problem is no matter what I do to change it I can't get it to change.

    so I just change it from google.com to another site.

    I rebuild clear cache ... nothing seems to get it to recognize the change.

  • Alexander Croner 71 posts 282 karma points
    Mar 19, 2019 @ 07:43
    Alexander Croner
    0

    Hello Leo

    It seems like you are doing a permanent redirect - the browsers usually caches this.

    Try a different browser and it will work. Or a different type of redirect.

Please Sign in or register to post replies

Write your reply to:

Draft