Make WordPress Core

Opened 17 years ago

Closed 13 years ago

#12043 closed enhancement (invalid)

Infinite redirect if using a port number

Reported by: wpmuguru Owned by:
Priority: normal Milestone:
Component: Multisite Version: 3.0
Severity: normal Keywords:
Cc: Focuses:

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 (3)

#1 @solarissmoke
15 years ago

  • Keywords close added

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."

#2 @SergeyBiryukov
15 years ago

  • Description modified (diff)

#3 @jeremyfelt
13 years ago

  • Keywords close removed
  • Milestone Future Release
  • Resolutioninvalid
  • Status newclosed
  • Version3.0

The original issue reported on this ticket is resolved. An error message is displayed rather than a redirect. See #15936 for a related ticket dealing with IPv6 support.

Note: See TracTickets for help on using tickets.