Making WordPress.org

#6744 closed defect (bug) (fixed)

Adjust redirection logic in the Openverse theme

Reported by: zackkrida's profile zackkrida Owned by: dd32's profile dd32
Milestone: Priority: highest omg bbq
Component: WordPress.org Site Keywords: has-patch
Cc:

Description

Follow up to the work in: https://meta.trac.wordpress.org/ticket/6578

  • Switches the redirect to a 301, instead of the default 302
  • Excludes admin views from redirection, so the redirection can be rolled back/modified after applying.

Change History (3)

This ticket was mentioned in PR #119 on WordPress/wordpress.org by @zackkrida.


20 months ago
#1

  • Keywords has-patch added

Fixes https://meta.trac.wordpress.org/ticket/6744#ticket

Update the Openverse theme's redirection logic to exclude admin views, and switch the redirect from a 302 to a permanent 301.

#2 @zackkrida
20 months ago

This redirect is live; this ticket now exclusively changes the redirect status code from 302 to 301.

#3 @dd32
20 months ago

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

In 12390:

Openverse Theme: Update the redirect to be a 301.

Props zackkrida.
Fixes #6744.
Closes https://github.com/WordPress/wordpress.org/pull/119.

Note: See TracTickets for help on using tickets.