Opened 15 years ago
Closed 15 years ago
#3277 closed defect (bug) (fixed)
catch uri, BP_ENABLE_MULTIBLOG & subdirectory install
| Reported by: | wpmuguru | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Core | Version: | 1.5 |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good call.