Developer forum

Forum » CMS - Standard features » Sitemap XML URL's with HTTPS on Forced SSL

Sitemap XML URL's with HTTPS on Forced SSL

P. Ruiter
Reply

Hi Dynamicweb,

Yesterday Bluedesk launched a new responsive website for Ruiterdakkapellen.nl. Running on a brand new SSL certificate.

When looking at the sitemap.xml all the URL's are HTTP instead of HTTPS. Force SSL is enabled on the website. Is there a setting in Dynamicweb to alse Force SLL on the sitemap? 

Also is it possible to make the default sitemap like Imar described here: http://devierkoeden.com/articles/extending-the-google-sitemap-feature-with-custom-content.aspx ?

Last question, when entering the domain without HTTPS, the site is redirected to /Default.aspx?ID=[IDofhomepage] and the redirected to [https://[domain].nl]/default.aspx. Is it possible to lose the /default.aspx? (the setting on the website to redirect to "/" is enabled.

Hope to hear from you soon.

KR, Pim


Replies

 
P. Ruiter
Reply

Hello DW,

Any suggestions on how to fix the HTTPS in the sitemap?

Kind Regards,

Pim

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

That is a bug, now registered as TFS#17944 and fixed. Will be released with the next 8.6.1.* hotfix.

@The imar extension, could you ellaborate?

The redirect to Default.aspx is becaus DW redirects to this:

String.Format("https://{0}{1}", HttpContext.Current.Request.Url.Host, HttpContext.Current.Request.Url.PathAndQuery)

And because of IIS behavior that results in /Default.aspx - the redirect to "/" option cannot see this either because of IIS behavior

I've created a bug as TFS#17945 against the https redirect so it does not add the /default.aspx when redirecting from http to https

BR Nicolai

Votes for this answer: 1
 
Kristian Kirkholt
Reply

Hi Pim

The problem TFS#17944 (Sitemap.xml does not use https in links when under https) and TFS17945 (https redirects to /default.aspx) has now been fixed in version 8.6.1.16

You are able to find this build in the download section:

http://developer.dynamicweb-cms.com/downloads/dynamicweb-8.aspx

Please contact Dynamicweb Support if you need any additional help regarding this.

Kind Regards
Dynamicweb Support
Kristian Kirkholt

 

You must be logged in to post in the forum