我在这台服务器上有apache和很多图像.E. g.:http://test.com/images/abc.jpg 我希望有可能这样做:如果用户像这样的url http://test.com/images/download/abc.jpg必须添加标头Content-Disposition: attachment; filename="abc.jpg".我怎么能这样做?
http://test.com/images/abc.jpg
http://test.com/images/download/abc.jpg
Content-Disposition: attachment; filename="abc.jpg"
apache header
apache ×1
header ×1