Today, I use this rule to create friendly URLs and use MVC in my projects:
RewRiteRule ^(.*)$ /index.php?url=$1 [QSA,L]
In case, I use TimThumb to generate cached images in PHP, and it returns me a URL, for example:
How would I do it, in case, to use the same with friendly URL too? I have no idea how to do this, would it also be on HTACCESS?