如何使用htaccess重定向图像src

时间:2019-06-04 09:39:55

标签: .htaccess

我在页面red.php上有一个图像,我想使用htaccess文件将该图像的src更改为另一个网址,但它没有改变

代码如下:

red.php

<html>
<head>
</head>
<body>
<img src="image/4.jpg">
</body>
</html>

.htaccess

RewriteEngine On
Redirect image/4.jpg http://another-domain/bg.jpg

我想要的结果是页面加载图像中的src时应更改为http://another-domain/bg.jpg

0 个答案:

没有答案