我们将图像移动到cdn服务器 在原始网站中,我们使用php文件缩小图像 此移动应用程序使用的gramer。示例:http://example.com/imageget.php?width=351&height=245&image=http://example.com/image.jpg
现在我们使用cdn我需要创建一个htaccess来从var图像中分解URL并将其重定向到该URL。它可以吗?
答案 0 :(得分:0)
一位朋友帮助我,发现这是有效的
RewriteEngine On RewriteCond%{QUERY_STRING} ^ width = \ d +& height = \ d +& image =(。)(/ images)(。) RewriteRule ^%1%3? [R = 301]