Making WordPress.org

Change History (2)

#1 @Otto42
5 years ago

Those should be 301's. The code which does the DotorgRedirect is as follows:

header('Location: '.$url, true, 301);

So, if they're 302's, then something at the server level is overriding it, which I do not have access to.

#2 @jonoaldersonwp
4 years ago

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

Looks like these are now correct!

Note: See TracTickets for help on using tickets.