【问题标题】:Rewrite rule for images using .htaccess or nginx config使用 .htaccess 或 nginx 配置重写图像规则
【发布时间】:2019-07-13 19:09:43
【问题描述】:

【问题讨论】:

    标签: .htaccess nginx mod-rewrite url-redirection http-status-code-301


    【解决方案1】:

    试试:

    rewrite ^/(media/catalog/product/cache)/\d+/thumbnail/(\d+x\d+)/[a-z0-9]+/(\S+) /pub/$1/$2/$3;
    

    Regex check.

    【讨论】:

    • @Knight017 nginx
    • 我已经通过使用转换器 https://labs.gidix.de/nginx/ 将此规则转换为 .htaccess 规则对其进行了测试,但它不起作用。
    • 感谢您的引用,我已经设法使用您网站的引用创建了我的规则。
    猜你喜欢
    • 2020-01-10
    • 1970-01-01
    • 1970-01-01
    • 2014-04-24
    • 2023-03-09
    • 1970-01-01
    • 1970-01-01
    • 2014-06-30
    • 2016-08-09
    相关资源
    最近更新 更多