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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...