Friendly URL with TimThumb

0

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:

  

link

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?

    
asked by anonymous 08.02.2018 / 13:12

0 answers