Hi,
Its:
if ($args = "") {
stuff..
}
Case solved,
Thanks a lot!
Boyko
On Apr 15, 2011, at 12:27 PM, Edho P Arief wrote:
> Add a check for $args.
>
> Something like
>
> if ($args == '') { }
>
> (I don't remember exact syntax. Please check nginx wiki for more detail)