Ahoi,
at the moment i use a "location \.php {}" block for opening php-files
through fastcgi_pass. But what's the right way for
calls like www.xxx.xxx/?xxx=xxx ?
For Wordpress-Urls like /index.php/xxx/
try_files $uri $uri/ /index.php?q=$request_uri;
works fine, but for /?
Thank you!
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,218588,218588#msg-218588