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 all.
Using Umbraco version 7.2.6
I am redirecting all HTTP calls to HTTPS. But i need to allow one single url to be called. How can i do that. The url would be http://domain.com/Import/index.aspx
urlRewriting.config
<add name="httpToHttps" redirectMode="Permanent" redirect="Domain" ignoreCase="true" rewriteUrlParameter="ExcludeFromClientQueryString" virtualUrl="http://(.*)" destinationUrl="https://$1" />
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
Urlrewrite rules to allow a single http url.
Hi all.
Using Umbraco version 7.2.6
I am redirecting all HTTP calls to HTTPS. But i need to allow one single url to be called. How can i do that. The url would be http://domain.com/Import/index.aspx
urlRewriting.config
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.