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
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.
<system.webServer><rewrite><rules><!-- Your rules here --></rules></rewrite></system.webServer>
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 :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
<system.webServer>
<rewrite>
<rules>
<!-- Your rules here -->
</rules>
</rewrite>
</system.webServer>
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.
is working on a reply...