我需要重定向图像以使其看起来更短
是)我有的
"http://site.com/images/screenshots/509cd93aad063.png"
我需要的
"http://site.com/509cd93aad063.png" or even "http://site.com/509cd93aad063" if possible.
我试过了
RewriteRule ^(.png)$ images/screenshots/$1 [L] - No success =(