How to make wordpress category's URL with slash at the end and without it in post's url. Like this:
"mysite.com/mycategory/" "mysite.com/mycategory/mypost"
The problem is that by default, you can either do everything with a slash or all without a slash. ('category' prefix already removed via htaccess).
I solved it like this:
Your permalinks must be set on like /%category%/%postname%/ .