Opened 14 years ago
Closed 14 years ago
#3277 closed defect (bug) (fixed)
catch uri, BP_ENABLE_MULTIBLOG & subdirectory install
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
The logic change in bp-core-catchuri.php in [4484] includes subdomain installs (as did the previous implementation).
You can only have a subdomain install if WP is installed in the root of the website. There will never be a subdirectory name in a subdomain install. The attached patch excluded subdomain installs from the directory check.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Good call.