_GET parameters with question and ampersand

arnas nginx-forum at nginx.us
Tue Apr 22 14:01:43 UTC 2014


I was able to solve it with correct arguments passing 

        location / {
                try_files $uri $uri$is_args$args
/index.php?subdomain=$subdomain&content=$uri&$args;
}

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249267,249454#msg-249454



More information about the nginx mailing list