gpt4 book ai didi

image - .htaccess 动态 imageurl 重写

转载 作者:行者123 更新时间:2023-12-01 09:48:53 26 4
gpt4 key购买 nike

我想使用 htaccess 将所有产品图片重定向到外部站点。但是我不知道如何使用动态变量,图像 url 看起来像这样:

httpz://localhost/oc1505/image/80x80-10035.jpg

其中 80x80 是高度和宽度,10035.jpg 是指向外部图像的链接。所以在这种情况下,我想将它重定向到一个如下所示的 url:

httpz://www.othersite.nl/imgs/prd/kln/10035.jpg

如果源图像是 150x150-10035.jpg,它应该如何重定向到。

httpz://www.othersite.nl/imgs/prd/std/10035.jpg

我还有一些我想重定向的其他格式。

如果有人能帮我一点忙,我会很高兴。

最佳答案

试试这个:

RewriteEngine on
RewriteRule 80X80-(.*)$ https://www.othersite.nl/imgs/prd/kln/$1
RewriteRule 150x150-(.*)$ https://www.othersite.nl/imgs/prd/std/$1

关于image - .htaccess 动态 imageurl 重写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6410957/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com