<?PHP $x = 'y'; $y = 'ololololol'; echo $$x; ?>
$x = 'y'; $y = 'This is Y!'; echo ${$x};
RewriteRule ^/(.*\.(gif|png|jpg))$ /images/$1
RewriteRule ^/images/(.+)$ /$1 [L]