PHP: How can I get the URL that has been rewritten with mod_rewrite?

后端 未结 3 679
野的像风
野的像风 2021-02-19 09:15

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

3条回答
提交回复
热议问题