Making WordPress.org

#6718 closed enhancement (fixed)

Configure a redirect for https://make.wordpress.org/cli/dash/ to https://wp-cli.org/dashboard/

Reported by: danielbachhuber's profile danielbachhuber Owned by:
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords:
Cc:

Description

We have a new dashboard we're using, so it would be great if we could redirect the old one to the new one.

https://make.wordpress.org/cli/dash/ -> https://wp-cli.org/dashboard/

I already deleted the page for the old one. The redirect is just for any lingering references.

Change History (2)

This ticket was mentioned in Slack in #meta by danielbachhuber. View the logs.


21 months ago

#2 @dd32
21 months ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed via r19902-dotorg:

Make: CLI: Redirect https://make.wordpress.org/cli/dash/ to https://wp-cli.org/dashboard/.

Fixes #6718.
$ curl -Is https://make.wordpress.org/cli/dash/ | grep -E '^(HTTP|Location)'

HTTP/1.1 301 Moved Permanently
Location: https://wp-cli.org/dashboard/
Note: See TracTickets for help on using tickets.