[wp-trac] [WordPress Trac] #17189: Brand new 3.1.1 Install Generates 310 Error TOO MAY REDIRECTS

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 20 14:36:12 UTC 2011


#17189: Brand new 3.1.1 Install Generates 310 Error TOO MAY REDIRECTS
--------------------------+----------------------
 Reporter:  CongdonWeb    |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Canonical     |     Version:  3.1.1
 Severity:  blocker       |  Resolution:  invalid
 Keywords:                |
--------------------------+----------------------
Changes (by westi):

 * status:  new => closed
 * resolution:   => invalid
 * milestone:  Awaiting Review =>


Comment:

 Your IIS server is redirecting requests to index.php and WordPress is
 redirecting to the plain url.

 You need to fix your IIS config:
 {{{
 curl -I www.congdon.org
 HTTP/1.1 302 Found
 Server: Microsoft-IIS/7.0
 Content-Type: text/html
 Date: Wed, 20 Apr 2011 14:33:26 GMT
 Location: index.php
 X-Powered-By: ASP.NET
 Content-Length: 144

 curl -I www.congdon.org/index.php
 HTTP/1.1 301 Moved Permanently
 Server: Apache/2.2
 Content-Type: text/html; charset=UTF-8
 Date: Wed, 20 Apr 2011 14:33:35 GMT
 X-Pingback: http://www.congdon.org/xmlrpc.php
 Location: http://www.congdon.org/
 Transfer-Encoding: chunked
 Connection: Keep-Alive
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17189#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list