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.
我创建了一个子域来托管我的所有图像(例如http://images.domain.com,指向我的public_html/images/文件夹)。当我尝试通过浏览器访问特定图像时,我被重定向了。例如,我去http://images.domain.com/foobar.jpg,我被重定向到http://www.domain.com/images/foobar.jpg。
http://images.domain.com
public_html/images/
http://images.domain.com/foobar.jpg
http://www.domain.com/images/foobar.jpg
为什么我会被重定向?这导致 YSlow 降低了我的整体成绩。谢谢。
最有可能是为图像域提供服务的 Web 服务器(可能是您拥有的唯一 Web 服务器)。如果没有有关您正在使用的服务器的信息,就不可能告诉您如何修复它,但它绝对是服务器中的一个配置选项。