Opened 3 years ago
Last modified 16 months ago
#12043 new enhancement
Infinite redirect if using a port number — at Version 2
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Multisite | Version: | |
| Severity: | normal | Keywords: | close |
| Cc: |
Description (last modified by SergeyBiryukov)
MU Trac Ticket: http://mu.trac.wordpress.org/ticket/189
While setting up my new blog I found that WordPress? MU continuously re-directed me to the same URL (occurs in the if statement on line 9 of wp-signup.php). This was being caused by wpmu-settings.php on line 10. The variable $domain has the port stripped from it, which causes line 84 to return no result when it queries the database.
WP MU is installed at http://some.host.address:8080/blogs on my machine. VHOST is false.
Change History (2)
comment:1
solarissmoke — 16 months ago
- Keywords close added
comment:2
SergeyBiryukov — 16 months ago
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.

I can't reproduce the infinite redirect - having a port number just causes WP to die with "Multisite only works without the port number in the URL."