以下如何重新编写 timthumb.php 图像 url? 我能够在我的 nginx Web 服务器中创建重定向。
但是,我想保留原始网址。
因此,如果访问者获得网址http://mydomain.com/thumb/120/120/image.jpg它不会将浏览器重定向到http://mydomain.com/timthumb.php/?s=image.jpg&h =120&w=120但图像将显示在同一链接下。
这种(服务器内部)重定向可能吗?谢谢...
以下如何重新编写 timthumb.php 图像 url? 我能够在我的 nginx Web 服务器中创建重定向。
但是,我想保留原始网址。
因此,如果访问者获得网址http://mydomain.com/thumb/120/120/image.jpg它不会将浏览器重定向到http://mydomain.com/timthumb.php/?s=image.jpg&h =120&w=120但图像将显示在同一链接下。
这种(服务器内部)重定向可能吗?谢谢...