【发布时间】:2019-04-30 11:18:45
【问题描述】:
现在已经阅读了一段时间,我已经接近但正在努力解决最后的障碍。
我有一个这样的网址: site.com/detail/123/some-description/maybe-some-more-description
我想成为的人
site.com/details.php?id=123
到现在为止
RewriteRule detail/(.*)/.*$ details.php?id=$1
根据这个 (https://htaccess.madewithlove.be/) 导致
details.php?id=123/some-text
如何去掉最后的一些文字?
【问题讨论】:
标签: php regex apache mod-rewrite