Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#11945 closed defect (bug) (fixed)

no www restriction will interfere with existing sites with www

Reported by: wpmuguru's profile wpmuguru Owned by:
Milestone: 3.0 Priority: normal
Severity: normal Version: 3.0
Component: Multisite Keywords:
Focuses: Cc:

Description

Existing WordPress installs with www are not compatible with the multisite site lookup code merged in from MU.

Change History (5)

#1 @nacin
15 years ago

  • Milestone changed from Unassigned to 3.0

#2 @scribu
15 years ago

Related: #9873

#3 @Denis-de-Bernardy
15 years ago

  • 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

#4 @wpmuguru
15 years ago

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

#5 @wpmuguru
15 years ago

  • 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.