Is possible to redirect urls which comes after .html?. I checked with few html websites inner page urls Ex: xyz.com/one.html.
If I add ? and any characters after .html
Ex: xyz.com/one.html?okujjk it's showing the same page, I like to give 404 error page for the second url xyz.com/one.html?okujjk, If possible means how to do?
Thank in advance