#4815 closed defect (bug) (fixed)
Requests to profile.wordpress.org 302 to profiles.wordpress.org
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | lowest | |
| Component: | Profiles | Keywords: | seo |
| Cc: |
Description
Requests to all profile.wordpress.org URLs currently redirect with a 302 status their equivalent path on profiles.wordpress.org. This should be executed with a 301 status.
Change History (3)
#2
@
6 years ago
It 302's to profiles (plural), which then 302s to the user profile if logged in. I'm fine with that second redirect, but the profile > profiles redirect should be a 301.
#3
@
6 years ago
- Resolution set to fixed
- Status changed from new to closed
$ curl -Is https://profile.wordpress.org https://profile.wordpress.org/dd32 | grep 30[1-2] HTTP/2 301 HTTP/2 301
Version 0, edited 6 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
The redirect location when logged in its the users profile, can we do 301 and not have that cached by browsers?