Opened 3 years ago
Closed 3 years ago
#11945 closed defect (bug) (fixed)
no www restriction will interfere with existing sites with www
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Existing WordPress installs with www are not compatible with the multisite site lookup code merged in from MU.
Change History (5)
- Version set to 3.0
if something like this pseudocode gets checked in, it should work fine:
if is multisite and vhost then cookiedomain = strip www when generating the cookiedomain define enforce www pref for the primary domain/vhost enforce no www for its subdomains
Note: See
TracTickets for help on using
tickets.

Related: #9873