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 wou...
asked by
08.02.2018 / 13:12