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 Thanks for CM Tools project. I have one question:
I have a site with "https://domain.com" but the site map only shows "http://domain.com"
The domain is set under "Domain and cultures"
Is there anyone who have seen this.
René
Hi I managed to decompiel the dll // CMUmbracoTools.Controllers
private static string GetUrlWithDomainPrefix(string url) { if (url.StartsWith("/")) { url = url.Substring(1); } string text = string.Format("http://{0}/", HttpContext.Current.Request.ServerVariables["HTTP_HOST"]); if (url.StartsWith(text)) { return url; } return text + url; }
As i can see the http is hardcoded. "string text = string.Format("http://{0}/""
This would be really great not to have this hard coded.
Is there any one who have a solution for this issue :-)
Hello Rene,
Thanks for the post. I fixed the problem and I uploaded a new version. Please try it and inform me if you have a problem with the new version.
Aristotelis
Hi Aristotelis
Wow.. great service
It is working great, thanks.
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
Https CM Umbraco Tools
Hi Thanks for CM Tools project. I have one question:
I have a site with "https://domain.com" but the site map only shows "http://domain.com"
The domain is set under "Domain and cultures"
Is there anyone who have seen this.
René
Hi I managed to decompiel the dll // CMUmbracoTools.Controllers
As i can see the http is hardcoded. "string text = string.Format("http://{0}/""
This would be really great not to have this hard coded.
Is there any one who have a solution for this issue :-)
René
Hello Rene,
Thanks for the post. I fixed the problem and I uploaded a new version. Please try it and inform me if you have a problem with the new version.
Aristotelis
Hi Aristotelis
Wow.. great service
It is working great, thanks.
René
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.