Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
is working on a reply...
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.
Continue discussion
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.
Now is don't see any styling on umbraco site. What am i missing?
is working on a reply...
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.