我在页面red.php上有一个图像,我想使用htaccess文件将该图像的src更改为另一个网址,但它没有改变
代码如下:
<html>
<head>
</head>
<body>
<img src="image/4.jpg">
</body>
</html>
RewriteEngine On
Redirect image/4.jpg http://another-domain/bg.jpg
我想要的结果是页面加载图像中的src时应更改为http://another-domain/bg.jpg