Welcome! Log In Create A New Profile

Advanced

Parameter not taken into account on a specific link structure

OndanomalA
January 25, 2013 06:52AM
I have WP installed on my VPS (with nginx 1.3.12 and php5-fpm 5.4.11).

The first page of search results (/?s=test) is loaded properly, but
/page/2/?s=test displays the same content of /page/2/ (so ?s=test isn't
taken into account).

It's probably something wrong with my nginx config:

location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
include /etc/nginx/fastcgi.conf;
fastcgi_pass unix:/var/run/php5-fpm.sock;
}

location / {
# if you're just using wordpress and don't want extra rewrites
# then replace the word @rewrites with /index.php
try_files $uri $uri/ /index.php;

}

Articles work fine anyway.. the permalink structure
(/%year%/%monthnum%/%day%/%postname%/) works fine.. so I should find a fix
that doesn't break that (but "fixes" the search parameter problem).

"DEMO"
Page 1 (/?s=test): http://goo.gl/HigKa
Page 2 (/page/2/?s=test): http://goo.gl/ujftR


Thanks in advance.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Parameter not taken into account on a specific link structure

OndanomalA January 25, 2013 06:52AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 282
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready