<p dir="ltr"></p>
<p dir="ltr">On Wed, Jun 24, 2015, 15:31 nngin <<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>> wrote:</p>
<blockquote><p dir="ltr">searching the site, i found that this same question goes unanswered. Please<br>
point me in the right direction of where i would be able to get help.</p>
<p dir="ltr">Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,259810,259876#msg-259876" target="_blank">http://forum.nginx.org/read.php?2,259810,259876#msg-259876</a></p>
<p dir="ltr">_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</p>
</blockquote>
<p dir="ltr"><br>
Not quite familiar with apache rewrite rules, but I think you just need:</p>
<p dir="ltr">rewrite ^(.*)/$ $1 permanent;<br>
try_files $uri /index.php;</p>
<p dir="ltr">Not tested, apologies if I'm wrong.<br></p>