Opened 14 years ago
Closed 14 years ago
#3227 closed defect (bug) (fixed)
subdomain installs with www show wrong url for new blog
Reported by: | wpmuguru | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | has-patch |
Cc: |
Description
As of WP 3.0 subdomain installs can have the main site on the www subdomain. The way WP handles this is it strips out the www. on the signup page. Neither the registration page or the blog create screen do this. What a user sees is
http:// [text box] .www.domain.com
what WP creates is
http:// [text box] .domain.com
Patch is attached for both screens.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [4389]) Strips leading www from root domain when creating new blogs. Fixes #3227. Props wpmuguru