I'm trying to remove string from the end of URL:
For example i have a structure like this:
http://sitename.com/category/first-category-name.php/?post_type=question
http://sitename.com/category/second-category-name.php/?post_type=question
http://sitename.com/category/...-category-name.php/?post_type=question
I would like to convert url from http://sitename.com/category/-----category-name/?post_type=question to http://sitename.com/category/-----category-name/post_type/question
from the end of URL.