requests "/logos/(prefix + md5 hash)" (prefix first char)
example /logos/012330293949292332
the htaccess config should following:
my current solution works php image proxy not fast enough possible apache rewrite engine , if yes, how?
solution:
rewritecond %{document_root}/images/logos/default/$2.png -f rewriterule ^logos/(.)(.+)$ /images/logos/default/$2.png [nc,l] rewritecond %{document_root}/images/logos/custom/$2/$1.png -f rewriterule ^logos/(.)(.+)$ /images/logos/custom/$2/$1.png [nc,l]