• I USE /%category%/%postname%/ in my post but pagination doesnt work and i use this nginx rule

    try_files $uri $uri/ /index.php?q=$uri&$args;
    }
    which works fine and all other urls

    is there a way to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category Pagination not working nginx custom URL’ is closed to new replies.