04-16-2017, 11:14 AM
I'm now using
but this should be possible with just .htaccess rewrite rules, shouldn't it?
PHP Code:
$route['^public/upload/([a-z]+)/(large|catalog|thumb|banner)/([^/]+\.(?:jpg|png|jpeg))$'] = 'resize/index/$1/$2/$3';
but this should be possible with just .htaccess rewrite rules, shouldn't it?