For example, if I rewrite /category/topic/post/ to /index.php?cat=1&topic=2&post=3, how can I get /index.php?cat=1&topic=2&post=3
/category/topic/post/
/index.php?cat=1&topic=2&post=3
original uri should be in $_SERVER['REQUEST_URI']
$_SERVER['REQUEST_URI']