重定向问题的正则表达式(Cherokee Web 服务器)
我对此有一个真正的问题,因为我无法理解正则表达式。
我正在使用 Cherokee Web 服务器,并且尝试使用正则表达式来执行重定向。
我需要
/parts/tr/accessories/tyres
像这样将以下网址(例如)获取到控制器,
index.php?page=parts&catalogue=tr&category=accessories&subcategory=tyres
有人可以帮助我吗!
谢谢
I'm having a real problem with this because I just can't get my head around regexes.
I'm using Cherokee Web Server and I'm trying to use a regex to perform a redirection.
I need to get the following url (for example)
/parts/tr/accessories/tyres
to the controller like this
index.php?page=parts&catalogue=tr&category=accessories&subcategory=tyres
can somebody help me please!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 Cherokee,但正则表达式是:
替换模式如下所示:
I am not familiar with Cherokee, but the regex would be:
and replacement pattern would look like: