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.
我在主机上的许多图片都在另一个论坛上发布了全分辨率。
我不想完全破坏其他论坛上的人们的乐趣,我宁愿提供缩略图。要走的路是什么?
它只适用于 /uploads/ 目录。有任何想法吗?
您可以使用 mod_rewrite 并检查是否是您的网页或其他站点试图“查看”图像,然后使用正则表达式,检查图像名称并添加图像的特定缩略图部分。