Opened 12 years ago
Closed 12 years ago
#24480 closed defect (bug) (fixed)
404 error when creating a new site when WP is in a subfolder
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Upgrade/Install | Keywords: | |
Focuses: | Cc: |
Description
With WP placed in a subfolder, i.e.:
/index.php /wp-config.php /wp <-- WP in here
You get a 404 error when creating a site. It redirects you to /wp-admin/install.php instead of /wp/wp-admin/install.php
Change History (5)
#2
@
12 years ago
- Milestone changed from Awaiting Review to 3.7
- Owner set to dd32
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
Confirmed. When trying to install from the root URL,
wp_guess_url()
does not detect that WP is in the subdirectory. Installing from/wp/
works correctly though.Related: [8182], [15680].