Copied to clipboard

Flag this post as spam?

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


  • Robby 1 post 21 karma points
    Mar 08, 2012 @ 20:39
    Robby
    0

    No styling when installing umbraco 5 in sub folder with rewrite

    I have umbraco installed in a sub folder called main and put following rewrite in web.config of root.

             <rule name="Rewrite to beta" stopProcessing="true">
                        <match url="(.*)" />
                        <conditions>
                            <add input="{HTTP_HOST}" pattern="^beta.mysite.com$" />
                        </conditions>
                        <action type="Rewrite" url="main/{R:1}" />
                    </rule>

    Now is don't see any styling on umbraco site. What am i missing?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies