I am working on a school project which includes two pages - Home and View. Basically the home page has a post title and the view page shows post details.
Home page urls is:
https://example.com/
View page url is:
https://example.com/view.php?postid=goodsports
I just want the view page url as:
https://example.com/view/postid/goodsports
or as:
https://example.com/view/goodsports
How can I achieve this using htaccess?