Files are not getting included. Images CSS URL's not working after migrating server code to local

128 Views Asked by At

I have downloaded drupal code and database from server. I am trying setup local environment, I am unable to include Images and Css's. On server its working fine but when I run the drupal setup on local gives error on including files.

Am using Xampp.

Let me know how can adjust the correct path.

I have tried all the options possible by googling for 3-4 hours but there is no solution that worked....

Path getting now :

http://localhost:8080/sites/all/themes/MYTHEMEFOLDER/assets/styles/new.css

http://localhost:8080/sites/all/themes/MYTHEMEFOLDER/assets/media/images/logo/logo.png

Path expected :

http://localhost:8080/drupalTestSite/sites/all/themes/MYTHEMEFOLDER/assets/styles/new.css

http://localhost:8080/drupalTestSite/sites/all/themes/MYTHEMEFOLDER/assets/media/images/logo/logo.png

0

There are 0 best solutions below