使用正则表达式删除网址的最后一部分

时间:2019-10-17 06:31:12

标签: regex nginx

我有很多看起来像这样的URL链接:

https://www.example.com/category/product_name?product_rewrite=product_name

我正在尝试将其重定向到:

https://www.example.com/category/product_name

我在Prestashop中有一个模块,可以在其中放置正则表达式以将旧的重定向到新的URL。

我正在尝试:

旧网址:https://www.example.com/(。)\?product_rewrite =(。

新网址:https://www.exampe.com/(。*)\

不幸的是,上面的方法无法正常工作,也找不到原因-因为模块无法正常工作,或者因为我输入了错误的数据。

0 个答案:

没有答案