sitemap.xml

Bug #1836507 reported by janus
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Widelands Website
Fix Released
High
Unassigned

Bug Description

beim generieren der sitemap.xml wird immernoch wl statt www angegeben. auch werden alle angegebenen URL mit http statt mit https angegeben

aus:

<url><loc>http://wl.widelands.org/</loc><changefreq>yearly</changefreq><priority>0.5</priority></url>

müsste werden:

<url><loc>https://www.widelands.org/</loc><changefreq>yearly</changefreq><priority>0.5</priority></url>

Related branches

Revision history for this message
kaputtnik (franku) wrote :

wl.widelands.org ist nun www.widelands.org in sitemap.xml

Das Ändern von http zu https benötigt wohl die Angabe von protocol = 'https' in allen sitemaps.py dateien. Siehe: https://docs.djangoproject.com/en/1.11/ref/contrib/sitemaps/#django.contrib.sitemaps.Sitemap.location

Da der server http zu https redirected ist der derzeitige Zustand aber wohl nicht sehr tragisch.

kaputtnik (franku)
Changed in widelands-website:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.