Wordpress (single blog installation) and nginx
Abdul-Rahman Advany
abdulrahman at advany.com
Sat Dec 15 22:58:02 MSK 2007
I was on nginx 5.26... gave a error, upgraded to 5.33 and getting the
same error...
2007/12/15 19:56:07 [emerg] 28620#0: unknown "arg" variable
even tried
- error_page 404 = /index.php?$arg;
+ error_page 404 = /index.php?$args;
On Dec 15, 2007, at 8:12 PM, Igor Sysoev wrote:
> 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