我有两个商店(Opencart3 - Multistore),第二个商店的图像不是从第一个商店文件夹中获取的。
我想解决以下问题:(例如)替换此图像路径(RewriteCond %{REQUEST_FILENAME} -I http://www.pce-hungary.hu/image/ ...) https://shop.eurochrom.hu/image/
如何在.htaccess下修复此问题?
发布于 2019-04-27 12:12:55
必须添加这两行,并且非常好用:
图像%{REQUEST_URI} ^/ RewriteCond /(.)$ RewriteRule ^(.)北卡罗来纳州https://shop.eurochrom.hu/image/%1 R=302
https://stackoverflow.com/questions/55861534
复制相似问题