I currently have the following list of URLs:
http://example.com/post?st=1&plt=123&number=1
http://example.com/post?st=1&plt=[exp]&number=1
http://example.com/post/view/12?ex=1&plt=123
http://example.com/post/edit/12?ex=1&test=2&plt=[exp]
As seen in the example above, I have links with parameters such as &plt=
. Now, I am seeking suggestions on how to remove this particular parameter from the URL. Your thoughts and opinions are greatly appreciated. Thank you.