<span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">I'm new to nginx. I have everything up and running, except for one part. My WordPress site uses a real estate plugin that pulls in real estate listings.</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium">
<br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">The URLs look like this: <a href="http://www.mysite.com//idx/?idx-q-Cities=Acworth&idx-q-PropertyFeatures" target="_blank" style="color:rgb(17,85,204)">http://www.mysite.com//idx/?idx-q-Cities=Acworth&idx-q-PropertyFeatures</a><0>=6974&idx-q-PropertyFeatures<1>=6904</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium">
<br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">Usually something like that URL is then rewritten by the plugin to be more search engine/user friendly to this:<a href="http://www.mysite.com/idx/city/acworth/?idx-q-PropertyFeatures" target="_blank" style="color:rgb(17,85,204)">http://www.mysite.com/idx/city/acworth/?idx-q-PropertyFeatures</a><0>=6974&idx-q-PropertyFeatures<1>=6904</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium">
<br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">I have the following rewrite which I know isn't sufficient as the above URLs are being sent back to the home page of my site.</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium">
<br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">location / {</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium">
<span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">try_files $uri $uri/ /index.php?q=$uri&$args;</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium">
<span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">}</span><br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium">
<br style="color:rgb(34,34,34);background-color:rgb(255,255,255);clear:both;font-family:Arial;font-size:medium"><span style="color:rgb(34,34,34);background-color:rgb(255,255,255);font-family:Arial;font-size:medium">How can I correct this so that I am able to see those listings?</span><div style>
<span style="font-family:Arial;background-color:rgb(255,255,255);font-size:medium"><br></span></div><div style><span style="font-family:Arial;background-color:rgb(255,255,255);font-size:medium">Thanks,</span></div><div style>
<font face="Arial" size="3">Keith</font></div>