[wpmu-trac] [WordPress MU Trac] #791: r1519: Clean install in subdir mode caused internal server error

WordPress MU Trac wpmu-trac at lists.automattic.com
Sat Nov 15 17:36:55 GMT 2008


#791: r1519: Clean install in subdir mode caused internal server error
------------------------+---------------------------------------------------
 Reporter:  lunabyte    |       Owner:  somebody                                                      
     Type:  defect      |      Status:  new                                                           
 Priority:  highest     |   Milestone:                                                                
Component:  component1  |     Version:                                                                
 Severity:  blocker     |    Keywords:  r1519, subdirectory mode, internal server error, redirect loop
------------------------+---------------------------------------------------
 With a clean install of r1519, in subdirectory mode, produces the dreaded
 internal server error as it's caught in a redirect loop on blogs other
 than blog_id 1.

 [Sat Nov 15 11:17:29 2008] [error] [client 127.0.0.1] Request exceeded the
 limit of 20 internal redirects due to probable configuration error. Use
 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel
 debug' to get a backtrace.
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3046): [client 127.0.0.1] r->uri
 = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/index.php
 [Sat Nov 15 11:17:29 2008] [debug] core.c(3052): [client 127.0.0.1]
 redirected from r->uri = /testblog/


 - Initial install goes fine, and / works as expected.
 - Create a blog from the back end, and it goes just fine. All tables and
 entries into the database are as expected.
 - Create a blog from wp-signup.php, and it goes fine as well.

 - Visit domain.tld/%blog_name%/, and anything under it (wp-admin, for
 example), and it produces the internal server error with the redirect
 loop.


 If I trace this down further, I'll update the ticket.

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/791>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list