Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的页面中有一张图片。index.php单击该图片时,我必须URL使用another Domain重定向将其.htaccess重定向。
index.php
URL
another Domain
.htaccess
试试这个
代码
<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]