-3

我的页面中有一张图片。index.php单击该图片时,我必须URL使用another Domain重定向将其.htaccess重定向。

4

1 回答 1

0

试试这个

代码

    <a href="http://yourdomain.com/img.jpg" target="_blank"><img src="foldername/img.jpg" alt="image" height="10px" width="25px">
     </a>

.HT访问代码

RewriteRule ^img.jpg$ http://example.com/ [R=301,L]
于 2013-07-30T11:09:59.433 回答