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.
因此,我正在寻找一种通过基本网站 URL 获取图像的解决方案。
图片网址示例:www.website.com/image.jpg
主页位于网址的位置:www.website.com/
我正在使用 django python web 框架,我知道这是一个奇怪的想法,如果不仅仅是坏主意,但我的客户已经将数百张图片链接到上述格式的基本 URL,并拒绝更改现有链接。
我知道这是一个模糊的问题,但我似乎找不到任何相关的东西。我只是将媒体网址设置为与网站相同吗?
你为什么不直接配置你的网络服务器来重写路径呢?
您还可以使用备用主机 assets.example.com 对其进行配置,并从那里提供所有内容。然后,您可以将来自 www.website.com 的所有请求重写为 assets.example.com。