views:

21

answers:

0

Could I have some help with rewriting:

http://localhost/forum/thread.php?id=300491
http://localhost/forum/?id=3
http://localhost/forum/thread.php?id=300491&page=103
http://localhost/forum/post.php?tid=300491
http://localhost/forum/post.php?fid=3

To:

http://localhost/forum/thread/300491
http://localhost/forum/3
http://localhost/forum/thread.php?id=300491&page=103
http://localhost/forum/post/reply/300491
http://localhost/forum/post/thread/3

Would really appriciate it