On Sun, Dec 16, 2012 at 10:24 PM, Richard Damon wrote:
If you want the image URL to really be /images/jim.jpg then what you need to do is set up a rule with .htaccess or a module to remap request for //example.com/images to //example.com/sites/example.com/images
Or modify the httpd config for the vhost to add an alias to map sites/example.com/images to images. Or move sites/example.com/images to DocumentRoot (not advised).