GNOME Bugzilla – Bug 710066
Redirect live.g.o to wiki.g.o using HTTP 301 Moved Permanently
Last modified: 2016-10-17 21:14:45 UTC
Currently we are redirecting old live.g.o addresses to new ones using HTTP 302 response code, which prevents search engines from updating their database. We better use HTTP 301 instead.
To be exact, we need to redirect HTTP://live... to HTTPS://... using HTTP 301, to have the search engines get it right. $ wget -O/dev/null live.gnome.org --2013-11-09 10:04:16-- http://live.gnome.org/ Resolving live.gnome.org (live.gnome.org)... 209.132.180.168, 209.132.180.180 Connecting to live.gnome.org (live.gnome.org)|209.132.180.168|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://live.gnome.org/ [following] --2013-11-09 10:04:18-- https://live.gnome.org/ Connecting to live.gnome.org (live.gnome.org)|209.132.180.168|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://wiki.gnome.org/ [following] --2013-11-09 10:04:22-- http://wiki.gnome.org/ Resolving wiki.gnome.org (wiki.gnome.org)... 209.132.180.180, 209.132.180.168 Connecting to wiki.gnome.org (wiki.gnome.org)|209.132.180.180|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://wiki.gnome.org/ [following] --2013-11-09 10:04:24-- https://wiki.gnome.org/ Connecting to wiki.gnome.org (wiki.gnome.org)|209.132.180.180|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18441 (18K) [text/html] Saving to: ‘/dev/null’