我需要使用 Xenu 应用程序检查我的 www 站点上的视图链接。
在我的网站上有 HTML 代码。
<img src="mysite/pictures.php?url=http://othersite.com/pic1.jpg">
<img src="mysite/pictures.php?url=http://othersite.com/pic2.jpg">
<img src="mysite/pictures.php?url=http://othersite.com/pic3.jpg">
但是 Xenu 无法检查图片是否存在。我怎么能用里面的一些脚本来做呢pictures.php
?
例如,我需要检查参数url=http://othersite.com/pic1.jpg
中的链接是否为 JPG 图片。我无法更改 HTML 代码,因为它必须保持不变。所以我必须用一些 PHP 脚本来做。