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: wpmuguru 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)

  • Milestone changed from Unassigned to 3.0

Related: #9873

  • 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

(In [12787]) allow www installs to enable multisite, see #11945

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

No one has reported any issues with this.

Note: See TracTickets for help on using tickets.