<div dir="ltr"><div>Thanks for the info. will check on that. <br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 4, 2016 at 12:22 AM, Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, May 02, 2016 at 05:48:12PM +0500, Muhammad Yousuf Khan wrote:<br>
<br>
Hi there,<br>
<br>
</span><span class="">> Thanks for the reply, actually we have 5 categories. and then we have<br>
> hundred plus post in each category. now when user click on our category. he<br>
> sees intro about the category and then list of all posts.<br>
> when user click on catagory it open up like this<br>
> <a href="https://xxxx.com/catagory/" rel="noreferrer" target="_blank">https://xxxx.com/catagory/</a><br>
<br>
</span>It sounds to me like that is an internal-to-wordpress thing, so you<br>
may be better off removing any clever nginx config and just configure<br>
wordpress to create the links that you want it to create.<br>
<br>
(I do not know if it possible to configure wordpress like that.)<br>
<span class=""><br>
> and when post is clicked it opens up like this<br>
> <a href="https://xxxx.com/catagory/posts.html" rel="noreferrer" target="_blank">https://xxxx.com/catagory/posts.html</a><br>
><br>
> but now what client want is when some one open up the category it should<br>
> open up like this.<br>
> <a href="https://xxxx.com/catagory" rel="noreferrer" target="_blank">https://xxxx.com/catagory</a> (with out trailing slash)<br>
<br>
</span>When someone clicks on catagory, they are following a link in whatever<br>
html was returned from their previous request. If that link has a trailing<br>
slash, they'll ask for the trailing slash.<br>
<br>
If the content on the catagory page contains links like "post1.html",<br>
then you will need the trailing slash -- or you will need to change<br>
the content to be of the form "catagory/post1.html". That should all be<br>
configurable within wordpress, if anywhere.<br>
<br>
Good luck with it,<br>
<div class="HOEnZb"><div class="h5"><br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>