标签: php url get
我试图弄清楚如何使用PHP在不使用GET的情况下从URL获取值。 例如,https://example.com/page/?page=12-09-2018-how-to-use-a-motorbike 是我目前拥有的,但我想将其减少到https://example.com/page/12-09-2018-how-to-use-a-motorbike 这可能吗,还是我弄错了?谢谢。
https://example.com/page/?page=12-09-2018-how-to-use-a-motorbike
https://example.com/page/12-09-2018-how-to-use-a-motorbike