Opened 13 years ago
Closed 13 years ago
#24480 closed defect (bug) (fixed)
404 error when creating a new site when WP is in a subfolder
| Reported by: | Denis-de-Bernardy | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | Upgrade/Install | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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]