Multiple different php pages need to be friendly URL - url rewrite
问题 I have php website has multiple different php pages: Example: http://www.mywebsite.com/post.php?group_id=10&post_id=1 http://www.mywebsite.com/image.php?group_id=10&img_id=1 http://www.mywebsite.com/poll.php?group_id=10&poll_id=1 http://www.mywebsite.com/group.php?group_id=10 http://www.mywebsite.com/user.php?uid=158 .... I need these URLs to be like the following: http://www.mywebsite.com/post/10/1 http://www.mywebsite.com/image/10/1 http://www.mywebsite.com/poll/10/1 http://www.mywebsite