#16403 closed defect (bug) (invalid)
redirect_to and force_ssl_login sends to wrong protocol
| Reported by: | madtownlems | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
WP 3.0.4, multisite, force_ssl_login is TRUE.
http://www.mysite.com/wp-login.php?redirect_to=%2Fbar
After logging in, I'm brought to:
https://www.mysite.com/bar (note the s)
My siteurl, wpurl, etc are defined without the s
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
redirect_tois supposed to be an absolute URL including protocol, not a relative one. Is Wordpress generating theredirect_toor are you doing this with a plugin?