Copied to clipboard

Flag this post as spam?

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


  • Sam 184 posts 209 karma points
    Dec 15, 2010 @ 17:51
    Sam
    0

    Web.config rewrite rules

    Hi everyone,

    I have upgraded from v4.0.4.2 to v4.5 and am not sure where I have to put my rewrite rules? I had them in the web.config under:

      <!-- IIS 7 Integrated Mode Configuration -->
      <system.webServer>

    <rules here>

    But that part seems to be missing from the new web.config. Any ideas?

    Thanks in advance if anyone can shed some light on this :)

    Sam.

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Dec 15, 2010 @ 19:01
    Stefan Kip
    0

    <system.webServer>
    <rewrite>
    <rules>
    <!-- Your rules here -->
    </rules>
    </rewrite>
    </system.webServer>

  • Sam 184 posts 209 karma points
    Dec 15, 2010 @ 20:27
    Sam
    0

    Thanks kipusoep,

    I've found it now and put them in the web.config, I had also forgotten to do this as well:

    http://our.umbraco.org/wiki/install-and-setup/setting-up-umbraco-for-friendly-urls

    Thanks :)

    Sam.

Please Sign in or register to post replies

Write your reply to:

Draft