Support » Alpha/Beta/RC » 2.7 beta2 feed problem

  • I think I found a rewrite problem in beta2. If permalinks are aktive and if I try to subscribe all entries the uri http://www.mypage.com/index.php/feed/ is rewritten to http://www.mypage.com/feed/ – but this page does not exist. With 2.6.3 everything works fine.
    From lighttpd debug log (with domain replaced):

    2008-11-07 12:40:45: (response.c.221) -- splitting Request-URI
    2008-11-07 12:40:45: (response.c.222) Request-URI  :  /index.php/feed/
    2008-11-07 12:40:45: (response.c.223) URI-scheme   :  http
    2008-11-07 12:40:45: (response.c.224) URI-authority:  www.mypage.com
    2008-11-07 12:40:45: (response.c.225) URI-path     :  /index.php/feed/
    2008-11-07 12:40:45: (response.c.226) URI-query    :
    2008-11-07 12:40:45: (response.c.254) -- sanatising URI
    2008-11-07 12:40:45: (response.c.255) URI-path     :  /index.php/feed/
    2008-11-07 12:40:45: (mod_access.c.135) -- mod_access_uri_handler called
    2008-11-07 12:40:45: (response.c.391) -- before doc_root
    2008-11-07 12:40:45: (response.c.392) Doc-Root     : /home/www/mypage.com
    2008-11-07 12:40:45: (response.c.393) Rel-Path     : /index.php/feed/
    2008-11-07 12:40:45: (response.c.394) Path         :
    2008-11-07 12:40:45: (response.c.442) -- after doc_root
    2008-11-07 12:40:45: (response.c.443) Doc-Root     : /home/www/mypage.com/
    2008-11-07 12:40:45: (response.c.444) Rel-Path     : /index.php/feed/
    2008-11-07 12:40:45: (response.c.445) Path         : /home/www/mypage.com/index.php/feed/
    2008-11-07 12:40:45: (response.c.462) -- logical -> physical
    2008-11-07 12:40:45: (response.c.463) Doc-Root     : /home/www/mypage.com/
    2008-11-07 12:40:45: (response.c.464) Rel-Path     : /index.php/feed/
    2008-11-07 12:40:45: (response.c.465) Path         : /home/www/mypage.com/index.php/feed/
    2008-11-07 12:40:45: (response.c.482) -- handling physical path
    2008-11-07 12:40:45: (response.c.483) Path         : /home/www/mypage.com/index.php/feed/
    2008-11-07 12:40:45: (response.c.632) -- after pathinfo check
    2008-11-07 12:40:45: (response.c.633) Path         : /home/www/mypage.com/index.php
    2008-11-07 12:40:45: (response.c.634) URI          : /index.php
    2008-11-07 12:40:45: (response.c.635) Pathinfo     : /feed/
    2008-11-07 12:40:45: (response.c.640) -- handling subrequest
    2008-11-07 12:40:45: (response.c.641) Path         : /home/www/mypage.com/index.php
    2008-11-07 12:40:45: (mod_access.c.135) -- mod_access_uri_handler called
    2008-11-07 12:40:45: (mod_fastcgi.c.3671) handling it in mod_fastcgi
    2008-11-07 12:40:45: (mod_fastcgi.c.3005) got proc: pid: 7203 socket: unix:/tmp/php-fastcgi.mypage.com.socket-0 load: 1
    2008-11-07 12:40:45: (mod_fastcgi.c.1515) released proc: pid: 7203 socket: unix:/tmp/php-fastcgi.mypage.com.socket-0 load: 0
    2008-11-07 12:40:45: (response.c.121) Response-Header:
    HTTP/1.1 302 Found
    X-Pingback: http://www.mypage.com/xmlrpc.php
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Cache-Control: no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Last-Modified: Fri, 07 Nov 2008 10:08:58 GMT
    ETag: "0971c29455e6bb2b11c2f62b42c1f10b"
    Location: http://www.mypage.com/feed/
    Content-type: text/html
    Content-Length: 0
    Date: Fri, 07 Nov 2008 11:40:45 GMT
    Server: lighttpd/1.4.20
    
    2008-11-07 12:40:45: (request.c.294) fd: 143 request-len: 745
    GET /feed/ HTTP/1.1
    User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; de-de) AppleWebKit/528.1 (KHTML, like Gecko) Version/4.0 Safari/528.1
    Cache-Control: max-age=0
    Accept-Encoding: gzip, deflate
    Referer: http://www.mypage.com/
    Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Accept-Language: de-de
    Cookie: wordpress_test_cookie=WP+Cookie+check; wordpress_logged_in_c1920b99d176677661b6eaa81f80bf25=admin%7C1226226618%7C2c6f96b9f3629b13b6eadbe15358d359; wp-settings-1=m0%3Do%26m1%3Do%26m2%3Dc%26m3%3Dc%26m4%3Dc%26m5%3Dc%26m6%3Dc%26m7%3Dc%26m8%3Dc%26m9%3Dc%26m10%3Dc%26editor%3Dhtml; wp-settings-time-1=1226053818
    Connection: keep-alive
    Host: www.mypage.com
    
    2008-11-07 12:40:45: (response.c.221) -- splitting Request-URI
    2008-11-07 12:40:45: (response.c.222) Request-URI  :  /feed/
    2008-11-07 12:40:45: (response.c.223) URI-scheme   :  http
    2008-11-07 12:40:45: (response.c.224) URI-authority:  www.mypage.com
    2008-11-07 12:40:45: (response.c.225) URI-path     :  /feed/
    2008-11-07 12:40:45: (response.c.226) URI-query    :
    2008-11-07 12:40:45: (response.c.254) -- sanatising URI
    2008-11-07 12:40:45: (response.c.255) URI-path     :  /feed/
    2008-11-07 12:40:45: (mod_access.c.135) -- mod_access_uri_handler called
    2008-11-07 12:40:45: (response.c.391) -- before doc_root
    2008-11-07 12:40:45: (response.c.392) Doc-Root     : /home/www/mypage.com
    2008-11-07 12:40:45: (response.c.393) Rel-Path     : /feed/
    2008-11-07 12:40:45: (response.c.394) Path         :
    2008-11-07 12:40:45: (response.c.442) -- after doc_root
    2008-11-07 12:40:45: (response.c.443) Doc-Root     : /home/www/mypage.com/
    2008-11-07 12:40:45: (response.c.444) Rel-Path     : /feed/
    2008-11-07 12:40:45: (response.c.445) Path         : /home/www/mypage.com/feed/
    2008-11-07 12:40:45: (response.c.462) -- logical -> physical
    2008-11-07 12:40:45: (response.c.463) Doc-Root     : /home/www/mypage.com/
    2008-11-07 12:40:45: (response.c.464) Rel-Path     : /feed/
    2008-11-07 12:40:45: (response.c.465) Path         : /home/www/mypage.com/feed/
    2008-11-07 12:40:45: (response.c.482) -- handling physical path
    2008-11-07 12:40:45: (response.c.483) Path         : /home/www/mypage.com/feed/
    2008-11-07 12:40:45: (response.c.539) -- file not found
    2008-11-07 12:40:45: (response.c.540) Path         : /home/www/mypage.com/feed/
    2008-11-07 12:40:45: (response.c.121) Response-Header:
    HTTP/1.1 404 Not Found
    Content-Type: text/html
    Content-Length: 345
    Date: Fri, 07 Nov 2008 11:40:45 GMT
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘2.7 beta2 feed problem’ is closed to new replies.