Our school district's high school has hosted some old black and white historic photos on its web site for many years. The photos are hosted by us but the links are on another website that I don't have access to.. so I can't change them. I need to make the old links work. The locations were like http://dhs.durangoschools.org/cdp/image_name.jpg. We've since installed Drupal at dhs.durangoschools.org so those links no longer work. Drupal takes over with its virtual directory structure and gives file not found errors.
Is there a way within Drupal, or within .htaccess or virtual hosts, to get it so dhs.durangoschools.org/cdp/ goes to another physical location where I've placed those historic images? I tried entering dhs.durangoschools.org/cdp as a virtual host but it doesn't look like subdirectories can be used in virtual hosts that way. I thought about symlinks but I'm not sure that can work either.
Any thoughts?