时间:2021-07-01 10:21:17 帮助过:10人阅读
- <img src="https://www.gxlcms.com/11.png">
- <br>RewriteEngine on<br>RewriteCond %{HTTP_REFERER} ^http://127.0.0.2/.*$ [NC]<br>RewriteRule .*\.(gif|jpg|png)$ http://127.0.0.2/22.jpg [R,NC]<br>
- <br>RewriteCond %{HTTP_REFERER} !^$ <br>RewriteCond %{HTTP_REFERER} !^http://127\.0\.0\.2/.*$ [NC] <br>RewriteRule \.(gif<br><font color="#FF8000">------解决方案--------------------</font><br>jpg<br><font color="#FF8000">------解决方案--------------------</font><br>png)$ http://127.0.0.2/22.jpg [R=301,L] <br>