Second page (and next) of search results redirects me to the home page

Discussion in 'WordPress' started by Tuhin1234, Nov 23, 2018.

  1. #1
    Im use this config for nginx

    location / {
        # Wordpress permalinks
        try_files $uri $uri/ /index.php?q=$uri&$args;
    }
    Code (markup):
    anyone help me
     
    Tuhin1234, Nov 23, 2018 IP
  2. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #2
    Hello there,

    If you are using WordPress, so you have to use this :

    
    try_files $uri $uri/ /index.php;
    
    Code (markup):
    Goodluck
     
    themes4all, Nov 24, 2018 IP
  3. Tuhin1234

    Tuhin1234 Active Member

    Messages:
    178
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #3
    Not work
     
    Tuhin1234, Nov 24, 2018 IP
  4. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #4
    Hello there,

    Humm, you got an Error !? can you pasy it !? Whay is WordPress location !?
     
    themes4all, Nov 25, 2018 IP