Hi there,
here's my scenario which doesn't work properly:

- front page is generated by Views module, type page with path "index"
- Thanks to Globalredirect module "index" path redirects automatically to [front]
http://www.ynterview.com/index
- Views has set pager for 8 items.
- When I click to second page (link example.com/index?page=1 is generated by Views) it returns same homepage, not a second page
http://www.ynterview.com/index?page=1
- When I manually fix link for second page to example.com/?page=1 it returns second page a.k.a. everything is O.K.
http://www.ynterview.com/?page=1

- I have similar views (same fields etc) on the url example.com/all-nodes. When I click on example.com/all-nodes?page=1 it returns second page a.k.a. everything is O.K.
http://www.ynterview.com/interviews?page=1

You can see the problem over here:
- http://www.ynterview.com/ - view page "index" for all interviews "promoted to front page" (broken pager).
- http://www.ynterview.com/interviews - view page "interviews" for all submitted interviews (working pager).

I found this not solved and related issue: #421500: improperly redirecting page query string.
I'm not sure if it's a bug of Globalredirect, Views or Drupal core.

Comments

jasom’s picture

Issue summary: View changes