My website has dynamic pages such as
http://www.example.com/detailpage.php?sn=1%20&&%20database=news
http://www.example.com/detailpage.php?sn=1%20&&%20database=article
http://www.example.com/detailpage.php?sn=1%20&&%20database=interview
and many other
I want to remove or hide query string variable from url and display as
http://www.krishisansar.com/detailpage/news/1
http://www.krishisansar.com/detailpage/article/1
Is it possible to change querystring as slash ? if not, how to remove & and make as
/news=1 or /news=2,
/article=1 or /article=2 .
By this, I can validate from w3c.