An example would be a site that has thumnails in the url:
www.foobar.com/Foobarpic.jpg
And the actual picture is in the URL:
www.foobar.com/pictures/F/Foobarpic.jpg
(note the path is dependant on the first letter of the pic name).
I don't see anyway I can do this with the existing URL substitutions with 3 parameters.
URL:
http://www.foobar.com/Foobarpic.jpg
Replace:
.com/**o*
With:
.com/**/**o*
Best regards,
Oleg Chernavin
MP Staff
>
> URL:
> http://www.foobar.com/Foobarpic.jpg
> Replace:
> .com/**o*
> With:
> .com/**/**o*
The problem is that the letter after f varies too - so I cannot see anyway to do it with the current url substiitution parameters.
URL:
http://www.foobar.com/F*.jpg
Replace:
.com/F*
With:
.com/F/F*
URL:
http://www.foobar.com/A*.jpg
Replace:
.com/A*
With:
.com/A/A*
and so on.
Oleg.