i am archiving a old site on a local machine running xampp that will display the site in a museum. it is old drupal 6.38.

i have successfully migrated it and everything works except the images are not displaying and this site has 7gigs of historical images.

the old image path shows http://localhost/sites/default/files/scenic stuff 001resized.jpg 

i created a new page and inserted a image and it displays perfect. the path shows as 
http://localhost/ecr/sites/default/files/u4/1%20CDSC_0106.jpg

as you can see the old image paths do not have ecr in the path

any way to correct this? thanks

Comments

yosemite’s picture

i created a new directory in xampp/htdocs/sites/default/files/ copied all the images there

and all the images display NOW!!!