Wordpress (single blog installation) and nginx
Igor Sysoev
is at rambler-co.ru
Sat Dec 15 22:12:05 MSK 2007
On Sat, Dec 15, 2007 at 09:45:25PM +0300, Igor Sysoev wrote:
> On Sat, Dec 15, 2007 at 07:37:00PM +0100, Abdul-Rahman Advany wrote:
>
> > There seems to be an other problem, it doesn't pass the params so...
> > blog.domain.com/?page_id=2 doesn't work, where
> > blog.domain.com/index.php?page_id=2 does work, I added both requirest_uri
> > and path_info, but no success. Can't find much on it on the mailinglist.
>
> error_page 404 /index.php?$arg;
- error_page 404 /index.php?$arg;
+ error_page 404 = /index.php?$arg;
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list