Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #20008


Ignore:
Timestamp:
08/21/2013 04:49:30 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20008

    • Property Status changed from new to closed
    • Property Cc anniyan07 added
    • Property Milestone changed from Awaiting Review to
    • Property Keywords search pages 404 lighttpd removed
    • Property Resolution changed from to duplicate
  • Ticket #20008 – Description

    initial v4  
    1 Quote from http://core.trac.wordpress.org/ticket/11723
     1Quote from #11723
    22
    3 I'm running Wordpress on lighttpd, using server.error-handler-404 = "index.php", all the pretty permalinks work perfectly. However, when doing a search, i only get the first results page, that is mysite.com/?s=query works but '''mysite.com/page/2/?s=query''' doesn't (i get shown the home page saying it's on page two of it). Paging on categories, archives and tags works as expected too.
    4 
    5 I believe this is a Wordpress error, as the variables are being correctly passed to the script. Strangely '''mysite.com/index.php/page/2/?s=query''' or '''mysite.com/?s=query&page=2 works''' as expected, i have tried exploring the code but i don't really know about the internals of the wordpress core.
     3> I'm running Wordpress on lighttpd, using server.error-handler-404 = "index.php", all the pretty permalinks work perfectly. However, when doing a search, i only get the first results page, that is mysite.com/?s=query works but '''mysite.com/page/2/?s=query''' doesn't (i get shown the home page saying it's on page two of it). Paging on categories, archives and tags works as expected too.
     4>
     5> I believe this is a Wordpress error, as the variables are being correctly passed to the script. Strangely '''mysite.com/index.php/page/2/?s=query''' or '''mysite.com/?s=query&page=2 works''' as expected, i have tried exploring the code but i don't really know about the internals of the wordpress core.
    66
    77I tried the solution but not working for me.