After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710066 - Redirect live.g.o to wiki.g.o using HTTP 301 Moved Permanently
Redirect live.g.o to wiki.g.o using HTTP 301 Moved Permanently
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other All
: Normal minor
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2013-10-13 21:26 UTC by Behnam Esfahbod
Modified: 2016-10-17 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behnam Esfahbod 2013-10-13 21:26:56 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.
Comment 1 Behnam Esfahbod 2013-11-09 18:23:38 UTC
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’