user2045099
user2045099

Reputation: 37

Drupal images wont show after moving to another server

When i moved to another server, the drupal images that are in /sites/default/files wont show, the folder has 755 permisions (tried 777 too) the path is correct in file system, when edit the block and reselect the image from server it shows perfectly

when the image is not showing the path is:

"/sites/default/files/Boton_Carteleras_0.jpg"

when the image is reselected the path is:

"/inderweb/sites/default/files//Boton_Carteleras_0.jpg"

Upvotes: 0

Views: 878

Answers (1)

Mario Araque
Mario Araque

Reputation: 4572

Check in your settings.php if you have a base_url variable and change it. It should fixes your problem.

Upvotes: 1

Related Questions