Opened 15 years ago
Closed 14 years ago
#17898 closed defect (bug) (fixed)
Unable to log in when WP_SITEURL ends with a slash
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | minor | Version: | |
| Component: | General | Keywords: | has-patch commit 3.3-early |
| Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
untrailingslashit WP_SITEURL and WP_SITEHOME