Opened 2 years ago
Closed 22 months ago
#17898 closed defect (bug) (fixed)
Unable to log in when WP_SITEURL ends with a slash
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | has-patch commit 3.3-early |
| Cc: |
Description
By mistake I added a slash when defining the WP_SITEURL in wp-config.php.
define('WP_SITEURL', 'http://localhost/wp-git/');
The _config_wp_siteurl function does not strips the slash when this constant is defined.
Attachments (1)
Change History (5)
- Summary changed from Unable to log in when siteurl ends with a slash to Unable to log in when WP_SITEURL ends with a slash
- Keywords commit 3.3-early added
- Milestone changed from Awaiting Review to Future Release
Note: See
TracTickets for help on using
tickets.

untrailingslashit WP_SITEURL and WP_SITEHOME