Opened 14 years ago
Closed 14 years ago
#12736 closed defect (bug) (fixed)
my-sites.php uses site url instead of home url in visit links
Reported by: | andreasnrb | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | high |
Severity: | critical | Version: | 3.0 |
Component: | Multisite | Keywords: | needs-patch |
Focuses: | Cc: |
Description
wp-admin/my-sites.php uses site url instead of home url in visit links. And since home url aint easily accessible from there it cant be changed.
Attachments (1)
Change History (22)
#4
@
14 years ago
Places to do str_replace() or comparisons probably need to force the scheme to 'http' when calling home_url() and site_url().
#13
@
14 years ago
Missed the meetup today. So my notes are:
MU did not use the home option and did not support home option being different than the siteurl. Both MU and 3.0 multisite run fine installed in a folder but do not support offsetting the home into a folder.
For this one we should clean up the $current_site usage for 3.0 and punt the home offset support to 3.1 (particularly given the short schedule for beta & RC).
#17
follow-up:
↓ 20
@
14 years ago
- Keywords my-sites.php removed
Are we good to close, have all the issues been sorted? :)
#19
@
14 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Wrong ticket. See #12763
This relates to tickets: #12142, #12735 and probably others.
This solves a bunch of support request related to login problems and cookies with MU.
Current fix for some of these support requests is to define new cookie paths etc but the problem is in the code.
All places that uses wrong site and home url