dynamic jpg urls with .htaccess
snippet in htaccess
dynamic jpg urls with .htaccess
user9112
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^images/(.*)\.(jpg|png|jpeg|gif)$ /images/index.php?image=$1 [NC,L]