我的index.php
页面中有一张图片。点击图片后,我必须使用URL
重定向将another Domain
重定向到.htaccess
。
答案 0 :(得分:0)
试试这个
HTML CODE
<a href="http://yourdomain.com/img.jpg" target="_blank"><img src="foldername/img.jpg" alt="image" height="10px" width="25px">
</a>
.HTACCESS CODE
RewriteRule ^img.jpg$ http://example.com/ [R=301,L]