If I am taking a backup from the production site and restore it on my computer locally (runs under http://localhost/drupal/"), the images from the articles & pages are not seen.
What I found is that the images source in the"src=..." from the production are :"src=/files/blabla.jpg" (see the "/" at the beginning) while it only works (pictures seen) if I remove the "/" at the beginning and have "src=files/blabla.jpg".
It's interesting since both sites work with clean URLs.
And as far as I know, the "/files/..." should work on local computer with clean url.
The issue is that on the production site it works fine, and the backup takes the urls with the "/" at the beginning.
What is the best practice here to do ?