I asked this question in Stackoverflow but one of the respondents told me to ask it in here instead. I wonder if this is something that can be done in htaccess?
I have this URL:
https://www.website.com/folder/New.jsp?par=new1
...which I want to redirect to:
https://www.website.com/folder/New.jsp
how should I do that?
Basically I have par=new1|new2|new3|new4 that would like to be redirected to https://www.website.com/folder/New.jsp.
Any help from you will be very much appreciated. Thanks!